aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-05ASoC: soc-component: add snd_soc_component_of_xlate_dai_id()Kuninori Morimoto1-3/+2
2019-08-05ASoC: soc-component: add snd_soc_component_remove()Kuninori Morimoto1-2/+1
2019-08-05ASoC: soc-component: add snd_soc_component_probe()Kuninori Morimoto1-7/+5
2019-08-05ASoC: soc-component: add snd_soc_component_is_suspended()Kuninori Morimoto1-3/+2
2019-08-05ASoC: soc-component: add snd_soc_component_resume()Kuninori Morimoto1-3/+1
2019-08-05ASoC: soc-component: add snd_soc_component_suspend()Kuninori Morimoto1-3/+1
2019-08-05ASoC: soc-component: add snd_soc_component_get/put()Kuninori Morimoto1-5/+4
2019-08-05ASoC: add soc-component.cKuninori Morimoto1-44/+0
2019-08-01ASoC: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-37/+6
2019-08-01ASoC: create pcm for codec2codec links as wellJerome Brunet1-30/+12
2019-07-26Merge branch 'asoc-5.3' into asoc-5.4Mark Brown1-2/+5
2019-07-24ASoC: Fail card instantiation if DAI format setup failsRicard Wanderlof1-2/+5
2019-07-23ASoC: soc-core: use existing snd_soc_dai_digital_mute()Kuninori Morimoto1-8/+6
2019-07-23ASoC: soc-dai: add snd_soc_dai_compress_new()Kuninori Morimoto1-7/+8
2019-07-23ASoC: soc-dai: add snd_soc_dai_remove()Kuninori Morimoto1-7/+6
2019-07-23ASoC: soc-dai: add snd_soc_dai_probe()Kuninori Morimoto1-8/+7
2019-07-23ASoC: soc-dai: add snd_soc_dai_resume()Kuninori Morimoto1-4/+4
2019-07-23ASoC: soc-dai: add snd_soc_dai_suspend()Kuninori Morimoto1-4/+4
2019-07-23ASoC: add soc-dai.cKuninori Morimoto1-243/+0
2019-07-06Merge branch 'asoc-5.3' into asoc-nextMark Brown1-233/+129
2019-07-04ASoC: core: Return -ENOTSUPP from set_channel_map() if no operation providedSrinivas Kandagatla1-1/+1
2019-06-28ASoC: soc-core: support dai_link with platforms_num != 1Jerome Brunet1-35/+24
2019-06-28ASoC: soc-core: defer card registration if codec component is missingJerome Brunet1-0/+8
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-2/+2
2019-06-26ASoC: soc-core: don't use soc_find_component() at snd_soc_find_dai()Kuninori Morimoto1-2/+11
2019-06-24ASoC: soc-core: use soc_find_component() at snd_soc_find_dai()Kuninori Morimoto1-3/+2
2019-06-24ASoC: soc-core: soc_find_component() uses snd_soc_dai_link_componentKuninori Morimoto1-25/+20
2019-06-24ASoC: soc-core: soc_find_component() uses snd_soc_is_matching_component()Kuninori Morimoto1-9/+5
2019-06-24ASoC: soc-core: move soc_find_component()Kuninori Morimoto1-19/+19
2019-06-24ASoC: core: Adapt for debugfs API changeMark Brown1-6/+10
2019-06-24ASoC: soc-core: call snd_soc_unbind_card() under mutex_lock;Kuninori Morimoto1-2/+2
2019-06-19ASoC: soc-core: allow no Platform on dai_linkKuninori Morimoto1-31/+33
2019-06-10ASoC: core: Fix deadlock in snd_soc_instantiate_card()Ranjani Sridharan1-2/+2
2019-06-07ASoC: Remove erroneous soc_cleanup_card_resources() callSylwester Nawrocki1-1/+0
2019-06-06Merge branch 'asoc-5.2' into asoc-5.3Mark Brown1-16/+10
2019-06-06ASoC: soc-core: remove legacy style dai_linkKuninori Morimoto1-158/+7
2019-06-06ASoC: soc.h: add sound dai_link connection macroKuninori Morimoto1-0/+7
2019-06-06ASoC: soc-core: use snd_soc_dai_link_component for CPUKuninori Morimoto1-14/+69
2019-06-06ASoC: core: Tell codec that jack is being removedAmadeusz Sławiński1-0/+1
2019-06-06ASoC: core: move DAI pre-links initiation to snd_soc_instantiate_cardTzung-Bi Shih1-17/+10
2019-06-03Revert "ASoC: core: use component driver name as component name"Krzysztof Kozlowski1-4/+1
2019-05-30Merge branch 'asoc-5.2' into asoc-5.3Mark Brown1-1/+8
2019-05-29ASoC: core: use component driver name as component nameTzung-Bi Shih1-1/+4
2019-05-28ASoC: soc-core: fixup references at soc_cleanup_card_resources()Kuninori Morimoto1-1/+6
2019-05-24ASoC: core: lock client_mutex while removing link componentsRanjani Sridharan1-0/+2
2019-05-20ASoC: soc-core: WARN() is not related to component->driver->probeKuninori Morimoto1-5/+4
2019-05-13ASoC: soc-core: use soc_find_component() at snd_soc_get_dai_id()Kuninori Morimoto1-12/+5
2019-05-13ASoC: soc-core: add soc_component_to_node()Kuninori Morimoto1-21/+18
2019-05-13ASoC: soc-core: tidyup soc_bind_dai_link() comment balanceKuninori Morimoto1-3/+2
2019-05-13ASoC: soc-core: don't use codec_dais on soc_bind_dai_link()Kuninori Morimoto1-6/+4