Age | Commit message (Expand) | Author | Files | Lines |
2016-09-29 | Merge remote-tracking branches 'asoc/topic/sgtl5000', 'asoc/topic/simple', 'a... | Mark Brown | 1 | -44/+77 |
2016-09-28 | ASoC: trivial: system spelling fix | Marek Vasut | 1 | -1/+1 |
2016-09-26 | ASoC: simple-card: add support for aux devices | Nikita Yushchenko | 1 | -0/+34 |
2016-09-01 | ASoC: simple-card: use kzalloc() for dai_props / dai_link | Kuninori Morimoto | 1 | -12/+11 |
2016-09-01 | ASoC: simple-card: code sync: rename num_link to num | Kuninori Morimoto | 1 | -6/+6 |
2016-09-01 | ASoC: simple-card: code sync: use tag | Kuninori Morimoto | 1 | -4/+4 |
2016-09-01 | ASoC: simple-card: code sync: tidyup white line | Kuninori Morimoto | 1 | -3/+2 |
2016-09-01 | ASoC: simple-card: is GPL v2 | Kuninori Morimoto | 1 | -1/+1 |
2016-09-01 | ASoC: simple-card: code sync: use simple_priv_to_props() macro | Kuninori Morimoto | 1 | -4/+6 |
2016-09-01 | ASoC: simple-card: code sync: tidyup simple_priv_to_xxx() macro | Kuninori Morimoto | 1 | -2/+2 |
2016-09-01 | ASoC: simple-card: tidyup mclk-fs of_property_read_u32() usage | Kuninori Morimoto | 1 | -7/+2 |
2016-09-01 | ASoC: simple-card: call of_node_put() for dai_link | Kuninori Morimoto | 1 | -8/+12 |
2016-09-01 | ASoC: simple-scu-card: code sync: tidyup TDM setting position | Kuninori Morimoto | 1 | -9/+8 |
2016-09-01 | ASoC: simple-scu-card: code sync: move asoc_simple_card_of_match | Kuninori Morimoto | 1 | -8/+8 |
2016-09-01 | ASoC: simple-scu-card: depends on CONFIG_OF | Kuninori Morimoto | 1 | -0/+1 |
2016-09-01 | ASoC: simple-scu-card: tidyup asoc_simple_card_parse_links() method | Kuninori Morimoto | 1 | -5/+3 |
2016-09-01 | ASoC: simple-scu-card: tidyup codec daifmt handling method | Kuninori Morimoto | 1 | -12/+7 |
2016-09-01 | ASoC: simple-scu-card: is GPL v2 | Kuninori Morimoto | 1 | -1/+1 |
2016-09-01 | ASoC: simple-scu-card: remove unused definitions | Kuninori Morimoto | 1 | -8/+0 |
2016-08-24 | ASoC: rsrc-card: rename rsrc-card to simple-scu-card phase3 | Kuninori Morimoto | 3 | -0/+370 |
2016-08-10 | ASoC: simple-card: use asoc_simple_card_clean_reference() | Kuninori Morimoto | 1 | -17/+2 |
2016-08-10 | ASoC: simple-card-utils: add asoc_simple_card_clean_reference() | Kuninori Morimoto | 1 | -0/+15 |
2016-08-10 | ASoC: simple-card: use asoc_simple_card_canonicalize_cpu() | Kuninori Morimoto | 1 | -11/+1 |
2016-08-10 | ASoC: simple-card-utils: add asoc_simple_card_canonicalize_cpu() | Kuninori Morimoto | 1 | -0/+17 |
2016-08-09 | ASoC: simple-card: use asoc_simple_card_canonicalize_dailink() | Kuninori Morimoto | 1 | -7/+2 |
2016-08-09 | ASoC: simple-card-utils: add asoc_simple_card_canonicalize_dailink() | Kuninori Morimoto | 1 | -0/+13 |
2016-08-09 | ASoC: simple-card: use asoc_simple_card_init_dai() | Kuninori Morimoto | 1 | -35/+3 |
2016-08-09 | ASoC: simple-card-utils: add asoc_simple_card_init_dai() | Kuninori Morimoto | 1 | -0/+29 |
2016-08-08 | ASoC: simple-card: remove asoc_simple_card_sub_parse_of() | Kuninori Morimoto | 1 | -38/+8 |
2016-08-08 | ASoC: simple-card: use asoc_simple_card_parse_dai() | Kuninori Morimoto | 1 | -25/+18 |
2016-08-08 | ASoC: simple-card-utils: add asoc_simple_card_parse_dai() | Kuninori Morimoto | 1 | -0/+37 |
2016-08-08 | ASoC: simple-card-utils: add asoc_simple_card_parse_clk() | Kuninori Morimoto | 1 | -0/+30 |
2016-08-08 | Merge branch 'fix/simple' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Mark Brown | 2 | -3/+9 |
2016-08-05 | ASoC: simple-card: use asoc_simple_card_parse_clk() | Kuninori Morimoto | 1 | -25/+10 |
2016-08-03 | ASoC: simple-card-utils: add missing MODULE_xxx() | Kuninori Morimoto | 2 | -3/+9 |
2016-07-16 | ASoC: simple-card: use asoc_simple_card_parse_card_name() | Kuninori Morimoto | 1 | -8/+3 |
2016-07-16 | ASoC: simple-card-utils: add asoc_simple_card_parse_card_name() | Kuninori Morimoto | 1 | -0/+20 |
2016-07-16 | ASoC: simple-card: use asoc_simple_card_parse_dailink_name() | Kuninori Morimoto | 1 | -12/+5 |
2016-07-16 | ASoC: simple-card-utils: add asoc_simple_card_set_dailink_name() | Kuninori Morimoto | 1 | -0/+23 |
2016-07-01 | ASoC: simple-card: use asoc_simple_card_parse_daifmt() | Kuninori Morimoto | 2 | -44/+3 |
2016-06-29 | ASoC: add new simple-card-utils.c | Kuninori Morimoto | 3 | -0/+59 |
2016-06-29 | ASoC: simple-card: add new asoc_simple_jack and use it | Kuninori Morimoto | 1 | -75/+78 |
2016-06-13 | ASoC: simple-card: use common PREFIX for each DT property | Kuninori Morimoto | 1 | -11/+13 |
2016-05-30 | ASoC: simple-card: platform also uses asoc_simple_card_sub_parse_of() | Kuninori Morimoto | 1 | -12/+19 |
2016-05-09 | ASoC: simple-card: Add pm callbacks to platform driver | Peter Ujfalusi | 1 | -0/+1 |
2016-01-27 | ASoC: simple-card: don't fail if sysclk setting is not supported | Aaro Koskinen | 1 | -1/+1 |
2015-11-18 | ASoC: Change the PCM runtime array to a list | Mengdong Lin | 1 | -7/+5 |
2015-09-16 | ASoC: simple-card: Add tdm slot mask support to simple-card | Jyri Sarha | 1 | -2/+6 |
2015-07-07 | ASoC: simple card: set cpu-dai sysclk with mclk-fs | Arnaud Pouliquen | 1 | -0/+9 |
2015-06-12 | ASoC: simple card: Add mclk-fs property in dai-link | Arnaud Pouliquen | 1 | -3/+15 |