summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-12ASoC: soc-card: export snd_soc_lookup_component_nolockedShengjiu Wang1-1/+2
2020-06-09ASoC: core: only convert non DPCM link to DPCM linkBard Liao1-3/+19
2020-05-30ASoC: soc-card: add snd_soc_card_remove_dai_link()Kuninori Morimoto1-2/+1
2020-05-30ASoC: soc-card: add snd_soc_card_add_dai_link()Kuninori Morimoto1-2/+3
2020-05-30ASoC: soc-card: add snd_soc_card_remove()Kuninori Morimoto1-3/+1
2020-05-30ASoC: soc-card: add snd_soc_card_late_probe()Kuninori Morimoto1-9/+3
2020-05-30ASoC: soc-card: add snd_soc_card_probe()Kuninori Morimoto1-6/+3
2020-05-30ASoC: soc-card: add probed bit field to snd_soc_cardKuninori Morimoto1-10/+8
2020-05-30ASoC: soc-card: add snd_soc_card_resume_post()Kuninori Morimoto1-2/+1
2020-05-30ASoC: soc-card: add snd_soc_card_resume_pre()Kuninori Morimoto1-2/+1
2020-05-30ASoC: soc-card: add snd_soc_card_suspend_post()Kuninori Morimoto1-2/+1
2020-05-30ASoC: soc-card: add snd_soc_card_suspend_pre()Kuninori Morimoto1-2/+1
2020-05-30ASoC: soc-card: move snd_soc_card_get_kcontrol() to soc-cardKuninori Morimoto1-16/+0
2020-05-25ASoC: soc-link: add snd_soc_link_be_hw_params_fixup()Kuninori Morimoto1-1/+5
2020-05-25ASoC: add soc-link.cKuninori Morimoto1-8/+4
2020-05-18ASoC: use snd_soc_xxx_active()Kuninori Morimoto1-5/+6
2020-04-29ASoC: soc-dai: add snd_soc_pcm_dai_remove()Kuninori Morimoto1-22/+2
2020-04-29ASoC: soc-dai: add snd_soc_pcm_dai_probe()Kuninori Morimoto1-28/+5
2020-04-29ASoC: soc-dai: add snd_soc_pcm_dai_new()Kuninori Morimoto1-22/+1
2020-04-29ASoC: soc-dai: don't overwide dai->driver->opsKuninori Morimoto1-5/+0
2020-04-14Merge series "ASoC: SOF: adjust dmesg verbosity" from Pierre-Louis Bossart <p...Mark Brown1-3/+15
2020-04-14ASoC: soc-core: remove cpu_dai/codec_dai/cpu_dais/codec_daisKuninori Morimoto1-8/+3
2020-04-14ASoC: soc-core: tidyup soc_new_pcm_runtime() rtd setupsKuninori Morimoto1-8/+3
2020-04-14ASoC: soc-core: set rtd->num_cpu/codec at soc_new_pcm_runtime()Kuninori Morimoto1-2/+2
2020-04-14ASoC: soc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-8/+8
2020-04-14ASoC: soc-core: Add dynamic debug logs in soc_dai_link_sanity_check()Ranjani Sridharan1-3/+15
2020-03-20ASoC: soc-core: Merge CPU/Codec for soc_dai_pcm_new()Kuninori Morimoto1-14/+9
2020-03-20ASoC: soc-core: Merge for_each_rtd_cpu/codec_dais()Kuninori Morimoto1-18/+7
2020-03-20ASoC: soc-core: Merge CPU/Codec DAIsKuninori Morimoto1-9/+9
2020-03-13Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-4/+24
2020-03-10ASoC: soc: use for_each_rtd_codecs/cpus_dai() macroKuninori Morimoto1-8/+8
2020-03-10ASoC: soc-core: disable route checks for legacy devicesPierre-Louis Bossart1-4/+24
2020-02-26ASoC: Add initial support for multiple CPU DAIsShreyas NC1-77/+91
2020-02-19ASoC: fix card registration regression.Jerome Brunet1-28/+1
2020-02-18ASoC: soc-core: use for_each_pcm_streams() macroKuninori Morimoto1-18/+13
2020-02-18ASoC: soc-pcm: merge playback/cature_active into stream_activeKuninori Morimoto1-8/+9
2020-02-14ASoC: core: ensure component names are uniqueJerome Brunet1-1/+28
2020-02-13ASoC: core: allow a dt node to provide several componentsJerome Brunet1-0/+8
2020-01-23ASoC: soc-core: remove null_snd_soc_opsKuninori Morimoto1-4/+0
2020-01-21ASoC: soc-core: remove bus_controlKuninori Morimoto1-21/+3
2020-01-21ASoC: soc-core: remove DAI suspend/resumeKuninori Morimoto1-41/+0
2020-01-10ASoC: soc-core: add snd_soc_close_delayed_work()Kuninori Morimoto1-0/+28
2020-01-10ASoC: soc-core: do pinctrl_pm_select_xxx() as componentKuninori Morimoto1-35/+11
2020-01-10ASoC: soc-core: remove duplicate pinctrl operation when suspendKuninori Morimoto1-3/+0
2020-01-10ASoC: soc-core: care .ignore_suspend for Component suspendKuninori Morimoto1-7/+17
2020-01-10ASoC: soc-core: rename snd_soc_rtdcom_add() to snd_soc_rtd_add_component()Kuninori Morimoto1-5/+5
2020-01-10ASoC: soc-core: remove snd_soc_rtdcom_listKuninori Morimoto1-35/+21
2019-12-25Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-6/+8
2019-12-24ASoC: core: Fix access to uninitialized list headsTakashi Iwai1-6/+6
2019-12-24ASoC: soc-core: Set dpcm_playback / dpcm_captureDaniel Baluta1-0/+2