summaryrefslogtreecommitdiff
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)Author
2019-08-07ASoC: soc-core: check return value of snd_soc_add_dai_link()Kuninori Morimoto
2019-08-07ASoC: soc-core: add comment for for_each_xxxKuninori Morimoto
2019-08-07ASoC: soc-core: set component->debugfs_root NULLKuninori Morimoto
2019-08-05ASoC: soc-component: move snd_soc_component_set_bias_level()Kuninori Morimoto
2019-08-05ASoC: soc-component: move snd_soc_component_stream_event()Kuninori Morimoto
2019-08-05ASoC: soc-component: move snd_soc_component_seq_notifier()Kuninori Morimoto
2019-08-05ASoC: soc-component: add snd_soc_component_of_xlate_dai_name()Kuninori Morimoto
2019-08-05ASoC: soc-component: add snd_soc_component_of_xlate_dai_id()Kuninori Morimoto
2019-08-05ASoC: soc-component: add snd_soc_component_remove()Kuninori Morimoto
2019-08-05ASoC: soc-component: add snd_soc_component_probe()Kuninori Morimoto
2019-08-05ASoC: soc-component: add snd_soc_component_is_suspended()Kuninori Morimoto
2019-08-05ASoC: soc-component: add snd_soc_component_resume()Kuninori Morimoto
2019-08-05ASoC: soc-component: add snd_soc_component_suspend()Kuninori Morimoto
2019-08-05ASoC: soc-component: add snd_soc_component_get/put()Kuninori Morimoto
2019-08-05ASoC: add soc-component.cKuninori Morimoto
2019-08-01ASoC: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-01ASoC: create pcm for codec2codec links as wellJerome Brunet
2019-07-26Merge branch 'asoc-5.3' into asoc-5.4Mark Brown
2019-07-24ASoC: Fail card instantiation if DAI format setup failsRicard Wanderlof
2019-07-23ASoC: soc-core: use existing snd_soc_dai_digital_mute()Kuninori Morimoto
2019-07-23ASoC: soc-dai: add snd_soc_dai_compress_new()Kuninori Morimoto
2019-07-23ASoC: soc-dai: add snd_soc_dai_remove()Kuninori Morimoto
2019-07-23ASoC: soc-dai: add snd_soc_dai_probe()Kuninori Morimoto
2019-07-23ASoC: soc-dai: add snd_soc_dai_resume()Kuninori Morimoto
2019-07-23ASoC: soc-dai: add snd_soc_dai_suspend()Kuninori Morimoto
2019-07-23ASoC: add soc-dai.cKuninori Morimoto
2019-07-06Merge branch 'asoc-5.3' into asoc-nextMark Brown
2019-07-04ASoC: core: Return -ENOTSUPP from set_channel_map() if no operation providedSrinivas Kandagatla
2019-06-28ASoC: soc-core: support dai_link with platforms_num != 1Jerome Brunet
2019-06-28ASoC: soc-core: defer card registration if codec component is missingJerome Brunet
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown
2019-06-26ASoC: soc-core: don't use soc_find_component() at snd_soc_find_dai()Kuninori Morimoto
2019-06-24ASoC: soc-core: use soc_find_component() at snd_soc_find_dai()Kuninori Morimoto
2019-06-24ASoC: soc-core: soc_find_component() uses snd_soc_dai_link_componentKuninori Morimoto
2019-06-24ASoC: soc-core: soc_find_component() uses snd_soc_is_matching_component()Kuninori Morimoto
2019-06-24ASoC: soc-core: move soc_find_component()Kuninori Morimoto
2019-06-24ASoC: core: Adapt for debugfs API changeMark Brown
2019-06-24ASoC: soc-core: call snd_soc_unbind_card() under mutex_lock;Kuninori Morimoto
2019-06-19ASoC: soc-core: allow no Platform on dai_linkKuninori Morimoto
2019-06-10ASoC: core: Fix deadlock in snd_soc_instantiate_card()Ranjani Sridharan
2019-06-07ASoC: Remove erroneous soc_cleanup_card_resources() callSylwester Nawrocki
2019-06-06Merge branch 'asoc-5.2' into asoc-5.3Mark Brown
2019-06-06ASoC: soc-core: remove legacy style dai_linkKuninori Morimoto
2019-06-06ASoC: soc.h: add sound dai_link connection macroKuninori Morimoto
2019-06-06ASoC: soc-core: use snd_soc_dai_link_component for CPUKuninori Morimoto
2019-06-06ASoC: core: Tell codec that jack is being removedAmadeusz Sławiński
2019-06-06ASoC: core: move DAI pre-links initiation to snd_soc_instantiate_cardTzung-Bi Shih
2019-06-03Revert "ASoC: core: use component driver name as component name"Krzysztof Kozlowski
2019-05-30Merge branch 'asoc-5.2' into asoc-5.3Mark Brown
2019-05-29ASoC: core: use component driver name as component nameTzung-Bi Shih