aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/generic/simple-card.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-23ASoC: simple-card: use devm_get_clk_from_child()Kuninori Morimoto1-2/+2
2016-10-24ASoC: constify snd_soc_ops structuresJulia Lawall1-1/+1
2016-09-26ASoC: simple-card: add support for aux devicesNikita Yushchenko1-0/+34
2016-09-01ASoC: simple-card: use kzalloc() for dai_props / dai_linkKuninori Morimoto1-12/+11
2016-09-01ASoC: simple-card: code sync: rename num_link to numKuninori Morimoto1-6/+6
2016-09-01ASoC: simple-card: code sync: use tagKuninori Morimoto1-4/+4
2016-09-01ASoC: simple-card: code sync: tidyup white lineKuninori Morimoto1-3/+2
2016-09-01ASoC: simple-card: is GPL v2Kuninori Morimoto1-1/+1
2016-09-01ASoC: simple-card: code sync: use simple_priv_to_props() macroKuninori Morimoto1-4/+6
2016-09-01ASoC: simple-card: code sync: tidyup simple_priv_to_xxx() macroKuninori Morimoto1-2/+2
2016-09-01ASoC: simple-card: tidyup mclk-fs of_property_read_u32() usageKuninori Morimoto1-7/+2
2016-09-01ASoC: simple-card: call of_node_put() for dai_linkKuninori Morimoto1-8/+12
2016-08-10ASoC: simple-card: use asoc_simple_card_clean_reference()Kuninori Morimoto1-17/+2
2016-08-10ASoC: simple-card: use asoc_simple_card_canonicalize_cpu()Kuninori Morimoto1-11/+1
2016-08-09ASoC: simple-card: use asoc_simple_card_canonicalize_dailink()Kuninori Morimoto1-7/+2
2016-08-09ASoC: simple-card: use asoc_simple_card_init_dai()Kuninori Morimoto1-35/+3
2016-08-08ASoC: simple-card: remove asoc_simple_card_sub_parse_of()Kuninori Morimoto1-38/+8
2016-08-08ASoC: simple-card: use asoc_simple_card_parse_dai()Kuninori Morimoto1-25/+18
2016-08-05ASoC: simple-card: use asoc_simple_card_parse_clk()Kuninori Morimoto1-25/+10
2016-07-16ASoC: simple-card: use asoc_simple_card_parse_card_name()Kuninori Morimoto1-8/+3
2016-07-16ASoC: simple-card: use asoc_simple_card_parse_dailink_name()Kuninori Morimoto1-12/+5
2016-07-01ASoC: simple-card: use asoc_simple_card_parse_daifmt()Kuninori Morimoto1-44/+2
2016-06-29ASoC: simple-card: add new asoc_simple_jack and use itKuninori Morimoto1-75/+78
2016-06-13ASoC: simple-card: use common PREFIX for each DT propertyKuninori Morimoto1-11/+13
2016-05-30ASoC: simple-card: platform also uses asoc_simple_card_sub_parse_of()Kuninori Morimoto1-12/+19
2016-05-09ASoC: simple-card: Add pm callbacks to platform driverPeter Ujfalusi1-0/+1
2016-01-27ASoC: simple-card: don't fail if sysclk setting is not supportedAaro Koskinen1-1/+1
2015-11-18ASoC: Change the PCM runtime array to a listMengdong Lin1-7/+5
2015-09-16ASoC: simple-card: Add tdm slot mask support to simple-cardJyri Sarha1-2/+6
2015-07-07ASoC: simple card: set cpu-dai sysclk with mclk-fsArnaud Pouliquen1-0/+9
2015-06-12ASoC: simple card: Add mclk-fs property in dai-linkArnaud Pouliquen1-3/+15
2015-05-04ASoC: simple-card: support platform in dts parseJun Nie1-2/+14
2015-04-12Merge remote-tracking branches 'asoc/topic/rt5641', 'asoc/topic/rt5677' and 'asoc/topic/sh-cleanup' into asoc-nextMark Brown1-22/+8
2015-03-26ASoC: simple-card: Remove support for setting differing DAI formatsLars-Peter Clausen1-22/+8
2015-03-05Merge remote-tracking branches 'asoc/topic/jack', 'asoc/topic/max98357a', 'asoc/topic/omap' and 'asoc/topic/rt286' into asoc-nextMark Brown1-10/+10
2015-03-04ASoC: simple-card: Register jacks at the card levelLars-Peter Clausen1-10/+10
2015-03-03ASoC: simple-card: Add a NULL pointer check in asoc_simple_card_dai_link_ofVishal Thanki1-0/+5
2015-02-09Merge remote-tracking branches 'asoc/topic/simple', 'asoc/topic/sta32x', 'asoc/topic/tdm-slot', 'asoc/topic/tegra' and 'asoc/topic/tlv320aic3x' into asoc-nextMark Brown1-0/+34
2015-02-04Merge remote-tracking branches 'asoc/topic/rx51', 'asoc/topic/samsung', 'asoc/topic/sh', 'asoc/topic/simple' and 'asoc/topic/sta32x' into asoc-nextMark Brown1-0/+34
2015-01-15ASoC: simple-card: Enable and disable DAI clocks as neededJyri Sarha1-0/+34
2015-01-14ASoC: simple-card: Fix crash in asoc_simple_card_unref()Geert Uytterhoeven1-4/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-25ASoC: simple-card: Remove useless function argumentJean-Francois Moine1-2/+1
2014-11-10ASoC: simple-card: Remove useless castsJean-Francois Moine1-5/+2
2014-11-03ASoC: simple-card: add "invert" property for detect GPIOsJianqun1-4/+11
2014-10-28ASoC: simple-card: add asoc_simple_card_parse_daifmt()Kuninori Morimoto1-69/+65
2014-10-20ASoC: generic: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20ASoC: simple-card: Delete unneeded test before of_node_putFabio Estevam1-10/+5
2014-10-07ASoC: simple-card: Initialize headphone and mic GPIO numbersGeert Uytterhoeven1-0/+3
2014-10-02ASoC: simple-card: Add mic and hp detect gpios.Dylan Reid1-0/+73