summaryrefslogtreecommitdiff
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)Author
2020-04-14Merge series "ASoC: SOF: adjust dmesg verbosity" from Pierre-Louis Bossart <p...Mark Brown
2020-04-14ASoC: soc-core: remove cpu_dai/codec_dai/cpu_dais/codec_daisKuninori Morimoto
2020-04-14ASoC: soc-core: tidyup soc_new_pcm_runtime() rtd setupsKuninori Morimoto
2020-04-14ASoC: soc-core: set rtd->num_cpu/codec at soc_new_pcm_runtime()Kuninori Morimoto
2020-04-14ASoC: soc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto
2020-04-14ASoC: soc-core: Add dynamic debug logs in soc_dai_link_sanity_check()Ranjani Sridharan
2020-03-20ASoC: soc-core: Merge CPU/Codec for soc_dai_pcm_new()Kuninori Morimoto
2020-03-20ASoC: soc-core: Merge for_each_rtd_cpu/codec_dais()Kuninori Morimoto
2020-03-20ASoC: soc-core: Merge CPU/Codec DAIsKuninori Morimoto
2020-03-13Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2020-03-10ASoC: soc: use for_each_rtd_codecs/cpus_dai() macroKuninori Morimoto
2020-03-10ASoC: soc-core: disable route checks for legacy devicesPierre-Louis Bossart
2020-02-26ASoC: Add initial support for multiple CPU DAIsShreyas NC
2020-02-19ASoC: fix card registration regression.Jerome Brunet
2020-02-18ASoC: soc-core: use for_each_pcm_streams() macroKuninori Morimoto
2020-02-18ASoC: soc-pcm: merge playback/cature_active into stream_activeKuninori Morimoto
2020-02-14ASoC: core: ensure component names are uniqueJerome Brunet
2020-02-13ASoC: core: allow a dt node to provide several componentsJerome Brunet
2020-01-23ASoC: soc-core: remove null_snd_soc_opsKuninori Morimoto
2020-01-21ASoC: soc-core: remove bus_controlKuninori Morimoto
2020-01-21ASoC: soc-core: remove DAI suspend/resumeKuninori Morimoto
2020-01-10ASoC: soc-core: add snd_soc_close_delayed_work()Kuninori Morimoto
2020-01-10ASoC: soc-core: do pinctrl_pm_select_xxx() as componentKuninori Morimoto
2020-01-10ASoC: soc-core: remove duplicate pinctrl operation when suspendKuninori Morimoto
2020-01-10ASoC: soc-core: care .ignore_suspend for Component suspendKuninori Morimoto
2020-01-10ASoC: soc-core: rename snd_soc_rtdcom_add() to snd_soc_rtd_add_component()Kuninori Morimoto
2020-01-10ASoC: soc-core: remove snd_soc_rtdcom_listKuninori Morimoto
2019-12-25Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2019-12-24ASoC: core: Fix access to uninitialized list headsTakashi Iwai
2019-12-24ASoC: soc-core: Set dpcm_playback / dpcm_captureDaniel Baluta
2019-12-16ASoC: soc-core: remove legacy style of codec_confKuninori Morimoto
2019-12-16ASoC: soc-core: support snd_soc_dai_link_component for codec_confKuninori Morimoto
2019-12-11ASoC: Drop snd_soc_pcm_lib_ioctl()Takashi Iwai
2019-12-11ASoC: soc-core: tidyup for CONFIG_DEBUG_FSKuninori Morimoto
2019-12-11ASoC: soc-core: tidyup for CONFIG_DMIKuninori Morimoto
2019-12-11ASoC: soc-core: merge soc_set_name_prefix() and soc_set_of_name_prefix()Kuninori Morimoto
2019-12-10Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2019-12-10ASoC: soc-core: soc_set_name_prefix(): get component device_node at out of loopKuninori Morimoto
2019-12-10ASoC: soc-core: soc_set_name_prefix(): tidyup loop conditionKuninori Morimoto
2019-12-10ASoC: soc-core: rename soc_link_init() to soc_init_pcm_runtime()Kuninori Morimoto
2019-12-10ASoC: soc-core: add missing return value check for soc_link_init()Kuninori Morimoto
2019-12-10ASoC: soc-core: move soc_link_init()Kuninori Morimoto
2019-12-10ASoC: soc-core: rename soc_link_dai_pcm_new() to soc_dai_pcm_new()Kuninori Morimoto
2019-12-10ASoC: soc-core: move soc_link_dai_pcm_new()Kuninori Morimoto
2019-12-10ASoC: soc-core: rename snd_soc_remove_dai_link() to snd_soc_remove_pcm_runtime()Kuninori Morimoto
2019-12-10ASoC: soc-core: rename snd_soc_add_dai_link() to snd_soc_add_pcm_runtime()Kuninori Morimoto
2019-12-10ASoC: soc-core: move snd_soc_find_dai_link()Kuninori Morimoto
2019-12-10ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime()Kuninori Morimoto
2019-12-10ASoC: soc-core: move snd_soc_get_pcm_runtime()Kuninori Morimoto
2019-12-10ASoC: soc-core: remove snd_soc_get_dai_substream()Kuninori Morimoto