aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/soc-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-12Merge remote-tracking branches 'asoc/topic/tlv320aic31xx', 'asoc/topic/topology', 'asoc/topic/uda1380', 'asoc/topic/wm2200' and 'asoc/topic/wm8523' into asoc-nextMark Brown1-0/+42
2016-12-12Merge remote-tracking branches 'asoc/topic/of-graph', 'asoc/topic/pxa', 'asoc/topic/qcom' and 'asoc/topic/rk808' into asoc-nextMark Brown1-15/+26
2016-12-12Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-2/+6
2016-12-01ASoC: add Component level suspend/resumeKuninori Morimoto1-26/+37
2016-12-01ASoC: core: replace aux_comp_list to component_dev_listKuninori Morimoto1-5/+12
2016-12-01ASoC: core: replace codec_dev_list to component_dev_list on CardKuninori Morimoto1-12/+16
2016-11-11ASoC: soc-core: adjust for graph on snd_soc_of_parse_audio_simple_widgetsKuninori Morimoto1-3/+6
2016-11-11ASoC: soc-core: adjust for graph on snd_soc_of_parse_card_nameKuninori Morimoto1-5/+6
2016-11-11ASoC: soc-core: adjust for graph on snd_soc_of_parse_audio_prefixKuninori Morimoto1-3/+6
2016-11-11ASoC: soc-core: snd_soc_get_dai_name() become non staticKuninori Morimoto1-1/+2
2016-11-11ASoC: soc-core: adjust for graph on snd_soc_of_parse_audio_routingKuninori Morimoto1-3/+6
2016-11-09ASoC: core: If a platform doesn't have an of_node use parent's nodeCharles Keepax1-2/+6
2016-11-04ASoC: Define API to find a dai linkMengdong Lin1-0/+42
2016-09-29Merge remote-tracking branches 'asoc/topic/nau8810', 'asoc/topic/of-bool', 'asoc/topic/omap' and 'asoc/topic/platform-drvdata' into asoc-nextMark Brown1-1/+1
2016-09-29Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ak4104', 'asoc/topic/arizona', 'asoc/topic/atmel' and 'asoc/topic/codec-component' into asoc-nextMark Brown1-13/+0
2016-08-24Merge remote-tracking branches 'asoc/fix/atmel', 'asoc/fix/compress', 'asoc/fix/da7213' and 'asoc/fix/debugfs' into asoc-linusMark Brown1-2/+1
2016-08-19ASoC: core: Clean up DAPM before the card debugfsMark Brown1-2/+1
2016-08-11ASoC: Fix leak of rtd in soc_bind_dai_linkCharles Keepax1-1/+1
2016-08-08ASoC: remove codec duplicated callback functionKuninori Morimoto1-13/+0
2016-08-08ASoC: use of_property_read_boolJulia Lawall1-1/+1
2016-04-22ASoC: Add kerneldoc comments for snd_soc_find_daiMengdong Lin1-0/+11
2016-04-20ASoC: Export snd_soc_find_dai()Mengdong Lin1-1/+2
2016-02-22ASoC: fix memory leakSudip Mukherjee1-4/+4
2016-01-11Merge remote-tracking branch 'asoc/topic/pcm-list' into asoc-nextMark Brown1-104/+170
2016-01-10ASoC: Make aux_dev more like a generic componentMengdong Lin1-69/+77
2016-01-10ASoC: Support registering a DAI dynamicallyMengdong Lin1-0/+42
2016-01-10ASoC: Define soc_add_dai() to add a DAI to a componentMengdong Lin1-36/+52
2015-12-23Merge remote-tracking branches 'asoc/topic/da7219', 'asoc/topic/dai-link' and 'asoc/topic/doc' into asoc-nextMark Brown1-13/+13
2015-12-23Merge remote-tracking branch 'asoc/topic/pcm-list' into asoc-nextMark Brown1-195/+381
2015-12-08ASoC: Bind new DAI links after probing componentsMengdong Lin1-0/+16
2015-12-08ASoC: soc_bind_dai_link() directly returns success for a bound DAI linkMengdong Lin1-0/+19
2015-12-08ASoC: Define add/remove_dai_link ops for a soc cardMengdong Lin1-0/+12
2015-12-08ASoC: Implement DAI links in a list & define API to add/remove a linkMengdong Lin1-0/+79
2015-11-25ASoC: Change 2nd argument of soc_bind_dai_link() to DAI link pointerMengdong Lin1-4/+4
2015-11-25ASoC: Define soc_init_dai_link() to wrap link intialization.Mengdong Lin1-83/+98
2015-11-25ASoC: core: Change power state before rechecking endpointJeeja KP1-3/+3
2015-11-18ASoC: Change the PCM runtime array to a listMengdong Lin1-109/+154
2015-11-18ASoC: core: refactor soc_link_dai_widgets()Vinod Koul1-13/+13
2015-10-26Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-2/+2
2015-10-22ASoC: compress: add config item for soc-compress to make it compiled only when neededJie Yang1-2/+2
2015-09-17ASoC: soc-core: Fix sparse warning in be32_to_cpup() callJyri Sarha1-1/+1
2015-09-16ASoC: simple-card: Add tdm slot mask support to simple-cardJyri Sarha1-0/+25
2015-08-30Merge remote-tracking branches 'asoc/topic/mediatek', 'asoc/topic/mtk', 'asoc/topic/nuc900', 'asoc/topic/of-name' and 'asoc/topic/omap' into asoc-nextMark Brown1-0/+20
2015-08-30Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/davinci-vcif', 'asoc/topic/doc' and 'asoc/topic/dpcm' into asoc-nextMark Brown1-6/+11
2015-08-30Merge remote-tracking branch 'asoc/topic/rt5645' into asoc-nextMark Brown1-11/+12
2015-08-30Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-8/+18
2015-08-28ASoC: Clean up docbook warningsJonathan Corbet1-4/+9
2015-07-16ASoC: core: add snd_soc_of_parse_audio_prefix()Kuninori Morimoto1-0/+20
2015-07-15ASoC: Fix warning caused by a typo in comments of snd_soc_add_platform()Masanari Iida1-1/+1
2015-07-15ASoC: Fix warning while make xmldocs caused by soc-core.cMasanari Iida1-1/+1