| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: simple card: set cpu-dai sysclk with mclk-fs | Arnaud Pouliquen | 2015-07-07 | 1 | -0/+9 |
* | ASoC: simple card: Add mclk-fs property in dai-link | Arnaud Pouliquen | 2015-06-12 | 1 | -3/+15 |
* | ASoC: simple-card: support platform in dts parse | Jun Nie | 2015-05-04 | 1 | -2/+14 |
*-. | Merge remote-tracking branches 'asoc/topic/rt5641', 'asoc/topic/rt5677' and '... | Mark Brown | 2015-04-12 | 1 | -22/+8 |
|\ \ |
|
| | * | ASoC: simple-card: Remove support for setting differing DAI formats | Lars-Peter Clausen | 2015-03-27 | 1 | -22/+8 |
| |/ |
|
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*-----. | | Merge remote-tracking branches 'asoc/topic/jack', 'asoc/topic/max98357a', 'as... | Mark Brown | 2015-03-05 | 1 | -10/+10 |
|\ \ \ \| |
|
| | | \ \ | |
| | | \ \ | |
| | *-. | | | Merge remote-tracking branches 'asoc/topic/simple', 'asoc/topic/sta32x', 'aso... | Mark Brown | 2015-02-09 | 1 | -0/+34 |
| | |\ \| | |
|
| * | | | | | ASoC: simple-card: Register jacks at the card level | Lars-Peter Clausen | 2015-03-04 | 1 | -10/+10 |
| | |_|_|/
| |/| | | |
|
* / | | | | ASoC: simple-card: Add a NULL pointer check in asoc_simple_card_dai_link_of | Vishal Thanki | 2015-03-03 | 1 | -0/+5 |
|/ / / / |
|
| | | | | |
| \ \ \ | |
*-. \ \ \ | Merge remote-tracking branches 'asoc/topic/rx51', 'asoc/topic/samsung', 'asoc... | Mark Brown | 2015-02-04 | 1 | -0/+34 |
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| | | /
| | |/
| |/| |
|
| | * | ASoC: simple-card: Enable and disable DAI clocks as needed | Jyri Sarha | 2015-01-15 | 1 | -0/+34 |
| |/ |
|
* / | ASoC: simple-card: Fix crash in asoc_simple_card_unref() | Geert Uytterhoeven | 2015-01-14 | 1 | -4/+3 |
|/ |
|
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-15 | 1 | -1/+0 |
|\ |
|
| * | ASoC: generic: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | ASoC: simple-card: Remove useless function argument | Jean-Francois Moine | 2014-11-25 | 1 | -2/+1 |
* | | ASoC: simple-card: Remove useless casts | Jean-Francois Moine | 2014-11-10 | 1 | -5/+2 |
* | | ASoC: simple-card: add "invert" property for detect GPIOs | Jianqun | 2014-11-03 | 1 | -4/+11 |
* | | ASoC: simple-card: add asoc_simple_card_parse_daifmt() | Kuninori Morimoto | 2014-10-28 | 1 | -69/+65 |
* | | ASoC: simple-card: Delete unneeded test before of_node_put | Fabio Estevam | 2014-10-20 | 1 | -10/+5 |
|/ |
|
* | ASoC: simple-card: Initialize headphone and mic GPIO numbers | Geert Uytterhoeven | 2014-10-07 | 1 | -0/+3 |
* | ASoC: simple-card: Add mic and hp detect gpios. | Dylan Reid | 2014-10-02 | 1 | -0/+73 |
* | Merge tag 'v3.17-rc4' into asoc-simple | Mark Brown | 2014-10-02 | 1 | -0/+8 |
|\ |
|
| * | ASoC: simple-card: Fix bug of wrong decrement DT node's refcount | Xiubo Li | 2014-09-01 | 1 | -0/+8 |
* | | ASoC: simple-card: tidyup get dai_link/dai_props from priv | Kuninori Morimoto | 2014-09-12 | 1 | -9/+7 |
* | | ASoC: simple-card: tidyup use priv in parameter | Kuninori Morimoto | 2014-09-12 | 1 | -6/+9 |
* | | ASoC: simple-card: fix regression in clock rate lookup | Arnd Bergmann | 2014-09-10 | 1 | -2/+1 |
* | | ASoC: simple-card: Adjust the comments of simple card. | Xiubo Li | 2014-09-10 | 1 | -24/+24 |
* | | ASoC: simple-card: Merge single and muti DAI link(s) code. | Xiubo Li | 2014-09-09 | 1 | -10/+12 |
* | | ASoC: simple-card: fixup cpu_dai_name clear case | Kuninori Morimoto | 2014-09-03 | 1 | -10/+19 |
* | | ASoC: simple-card: use common for_each_child_of_node() for loop | Kuninori Morimoto | 2014-08-29 | 1 | -2/+4 |
* | | ASoC: simple-card: dai_link->init should be cared when multi DAI | Kuninori Morimoto | 2014-08-29 | 1 | -5/+2 |
* | | ASoC: simple-card: remove dai_link->cpu_dai_name when DT | Kuninori Morimoto | 2014-08-29 | 1 | -12/+11 |
* | | ASoC: simple-card: use asoc_simple_xxx prefix | Kuninori Morimoto | 2014-08-29 | 1 | -9/+11 |
* | | ASoC: simple-card: Fix the compile warning. | Xiubo Li | 2014-08-18 | 1 | -1/+1 |
|/ |
|
* | ASoC: simple-card: Make u32 DT parameter handling 64-bit proof | Jyri Sarha | 2014-06-21 | 1 | -6/+7 |
* | ASoC: simple-card: Support setting mclk via a fixed factor | Andrew Lunn | 2014-05-26 | 1 | -0/+28 |
* | ASoC: simple-card: is_top_level_node parameter to simple_card_dai_link_of() | Jyri Sarha | 2014-04-24 | 1 | -4/+7 |
* | ASoC: simple-card: Improve coding style | Nicolin Chen | 2014-04-24 | 1 | -12/+11 |
* | ASoC: simple-card: Simplify error msg in simple_card_dai_link_of() | Nicolin Chen | 2014-04-24 | 1 | -4/+2 |
* | ASoC: simple-card: Drop node->name checking | Nicolin Chen | 2014-04-24 | 1 | -2/+1 |
* | ASoC: simple-card: Move dai-link level properties away from dai subnodes | Jyri Sarha | 2014-04-23 | 1 | -99/+140 |
* | ASoC: core: Update snd_soc_of_parse_daifmt() interface | Jyri Sarha | 2014-04-23 | 1 | -2/+3 |
* | ASoC: simple-card: Handle many DAI links | Jean-Francois Moine | 2014-03-25 | 1 | -69/+121 |
* | ASoC: simple-card: dynamically allocate the DAI link and properties | Jean-Francois Moine | 2014-03-25 | 1 | -15/+27 |
* | ASoC: simple-card: overwrite cpu_dai->fmt with codec_dai->fmt | Nicolin Chen | 2014-03-19 | 1 | -6/+14 |
* | ASoC: simple-card: Simplify code | Jean-Francois Moine | 2014-03-17 | 1 | -5/+5 |
* | ASoC: simple-card: Fix the reference count of device nodes | Jean-Francois Moine | 2014-03-14 | 1 | -13/+37 |
* | ASoC: simple-card: card name can be option | Kuninori Morimoto | 2014-03-10 | 1 | -2/+1 |
* | ASoC: simple-card: tidyup cpu/codec dai_fmt settings for non-DT | Kuninori Morimoto | 2014-03-05 | 1 | -0/+3 |
* | ASoC: simple-card: cpu_dai_name creates confusion when DT case | Kuninori Morimoto | 2014-02-28 | 1 | -0/+11 |