aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-17Merge branch 'topic/jack' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intelMark 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-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
2014-10-02Merge tag 'v3.17-rc4' into asoc-simpleMark Brown1-0/+8
2014-09-12ASoC: simple-card: tidyup get dai_link/dai_props from privKuninori Morimoto1-9/+7
2014-09-12ASoC: simple-card: tidyup use priv in parameterKuninori Morimoto1-6/+9
2014-09-10ASoC: simple-card: fix regression in clock rate lookupArnd Bergmann1-2/+1
2014-09-10ASoC: simple-card: Adjust the comments of simple card.Xiubo Li1-24/+24
2014-09-09ASoC: simple-card: Merge single and muti DAI link(s) code.Xiubo Li1-10/+12
2014-09-03ASoC: simple-card: fixup cpu_dai_name clear caseKuninori Morimoto1-10/+19
2014-09-01ASoC: simple-card: Fix bug of wrong decrement DT node's refcountXiubo Li1-0/+8
2014-08-29ASoC: simple-card: use common for_each_child_of_node() for loopKuninori Morimoto1-2/+4
2014-08-29ASoC: simple-card: dai_link->init should be cared when multi DAIKuninori Morimoto1-5/+2
2014-08-29ASoC: simple-card: remove dai_link->cpu_dai_name when DTKuninori Morimoto1-12/+11
2014-08-29ASoC: simple-card: use asoc_simple_xxx prefixKuninori Morimoto1-9/+11
2014-08-18ASoC: simple-card: Fix the compile warning.Xiubo Li1-1/+1
2014-06-21ASoC: simple-card: Make u32 DT parameter handling 64-bit proofJyri Sarha1-6/+7
2014-05-26ASoC: simple-card: Support setting mclk via a fixed factorAndrew Lunn1-0/+28
2014-04-24ASoC: simple-card: is_top_level_node parameter to simple_card_dai_link_of()Jyri Sarha1-4/+7
2014-04-24ASoC: simple-card: Improve coding styleNicolin Chen1-12/+11
2014-04-24ASoC: simple-card: Simplify error msg in simple_card_dai_link_of()Nicolin Chen1-4/+2
2014-04-24ASoC: simple-card: Drop node->name checkingNicolin Chen1-2/+1
2014-04-23ASoC: simple-card: Move dai-link level properties away from dai subnodesJyri Sarha1-99/+140
2014-04-23ASoC: core: Update snd_soc_of_parse_daifmt() interfaceJyri Sarha1-2/+3
2014-03-25ASoC: simple-card: Handle many DAI linksJean-Francois Moine1-69/+121
2014-03-25ASoC: simple-card: dynamically allocate the DAI link and propertiesJean-Francois Moine1-15/+27
2014-03-18ASoC: simple-card: overwrite cpu_dai->fmt with codec_dai->fmtNicolin Chen1-6/+14
2014-03-17ASoC: simple-card: Simplify codeJean-Francois Moine1-5/+5
2014-03-14ASoC: simple-card: Fix the reference count of device nodesJean-Francois Moine1-13/+37
2014-03-10ASoC: simple-card: card name can be optionKuninori Morimoto1-2/+1
2014-03-05ASoC: simple-card: tidyup cpu/codec dai_fmt settings for non-DTKuninori Morimoto1-0/+3
2014-02-28ASoC: simple-card: cpu_dai_name creates confusion when DT caseKuninori Morimoto1-0/+11
2014-02-23ASoC: simple-card: add slot information parsing supportsXiubo Li1-0/+18
2014-02-10ASoC: simple-card: add off-codec widgets supports.Xiubo Li1-0/+8
2014-02-03ASoC: simple-card: Add snd_card's name parsing from DT node supportXiubo Li1-1/+5
2014-02-03ASoC: simple-card: simplify the daifmt codeXiubo Li1-11/+9
2014-02-03ASoC: simple-card: fix __asoc_simple_card_dai_initXiubo Li1-7/+15
2014-02-03ASoC: simple-card: simplify codeJean-Francois Moine1-16/+16