aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/soc-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/broonie/sound into asoc-5.7Mark 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/broonie/sound into asoc-5.6Mark 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
2019-12-16ASoC: soc-core: remove legacy style of codec_confKuninori Morimoto1-6/+0
2019-12-16ASoC: soc-core: support snd_soc_dai_link_component for codec_confKuninori Morimoto1-7/+11
2019-12-11ASoC: Drop snd_soc_pcm_lib_ioctl()Takashi Iwai1-12/+0
2019-12-11ASoC: soc-core: tidyup for CONFIG_DEBUG_FSKuninori Morimoto1-5/+3
2019-12-11ASoC: soc-core: tidyup for CONFIG_DMIKuninori Morimoto1-17/+15
2019-12-11ASoC: soc-core: merge soc_set_name_prefix() and soc_set_of_name_prefix()Kuninori Morimoto1-13/+7
2019-12-10Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.6Mark Brown1-1/+12
2019-12-10ASoC: soc-core: soc_set_name_prefix(): get component device_node at out of loopKuninori Morimoto1-1/+1
2019-12-10ASoC: soc-core: soc_set_name_prefix(): tidyup loop conditionKuninori Morimoto1-1/+1
2019-12-10ASoC: soc-core: rename soc_link_init() to soc_init_pcm_runtime()Kuninori Morimoto1-3/+3
2019-12-10ASoC: soc-core: add missing return value check for soc_link_init()Kuninori Morimoto1-2/+5
2019-12-10ASoC: soc-core: move soc_link_init()Kuninori Morimoto1-72/+72
2019-12-10ASoC: soc-core: rename soc_link_dai_pcm_new() to soc_dai_pcm_new()Kuninori Morimoto1-5/+5
2019-12-10ASoC: soc-core: move soc_link_dai_pcm_new()Kuninori Morimoto1-21/+21
2019-12-10ASoC: soc-core: rename snd_soc_remove_dai_link() to snd_soc_remove_pcm_runtime()Kuninori Morimoto1-18/+11
2019-12-10ASoC: soc-core: rename snd_soc_add_dai_link() to snd_soc_add_pcm_runtime()Kuninori Morimoto1-9/+9
2019-12-10ASoC: soc-core: move snd_soc_find_dai_link()Kuninori Morimoto1-44/+0
2019-12-10ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime()Kuninori Morimoto1-4/+4
2019-12-10ASoC: soc-core: move snd_soc_get_pcm_runtime()Kuninori Morimoto1-14/+15
2019-12-10ASoC: soc-core: remove snd_soc_get_dai_substream()Kuninori Morimoto1-15/+0
2019-12-10ASoC: soc-core: remove snd_soc_disconnect_sync()Kuninori Morimoto1-12/+0
2019-12-10ASoC: soc-core: remove dai_link_listKuninori Morimoto1-10/+7
2019-12-09ASoC: fix soc-core.c kernel-doc warningRandy Dunlap1-0/+2
2019-12-09ASoC: core: only flush inited work during freeCurtis Malainey1-1/+2
2019-12-04ASoC: core: Init pcm runtime work early to avoid warningsCurtis Malainey1-0/+10
2019-11-22ASoC: DMI long name - avoid to add board name if matches with product nameJaroslav Kysela1-1/+2