aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-04Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into asoc-5.11Mark Brown1-1/+1
2020-11-30ASoC: soc-core: tidyup jack.hKuninori Morimoto1-1/+0
2020-11-27ASoC: soc-core: add soc_dapm_suspend_resume()Kuninori Morimoto1-21/+17
2020-11-27ASoC: soc-core: add soc_playback_digital_mute()Kuninori Morimoto1-25/+21
2020-11-10ASoC: soc-core: Fix component name_prefix parsingSameer Pujar1-1/+2
2020-10-26ALSA: fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-10-06Merge tag 'v5.9-rc5' into asoc-5.10Mark Brown1-1/+1
2020-09-30ASoC: soc-core: use devm_snd_soc_register_card()Qinglang Miao1-11/+1
2020-08-28ASoC: core: remove artificial component and DAI name constraintDmitry Baryshkov1-18/+15
2020-08-27ASoC: soc-core: add snd_soc_find_dai_with_mutex()Kuninori Morimoto1-0/+13
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-18ASoC: core: Add common helper to parse aux devs from device treeStephan Gerhold1-0/+31
2020-07-31Merge remote-tracking branch 'asoc/for-5.9' into asoc-nextMark Brown1-99/+54
2020-07-31ASoC: core: Two step component registrationCezary Rojewski1-14/+13
2020-07-31ASoC: core: Simplify snd_soc_component_initialize declarationCezary Rojewski1-10/+8
2020-07-31ASoC: core: Relocate and expose snd_soc_component_initializeCezary Rojewski1-0/+17
2020-07-30ASoC: soc-core: Fix regression causing sysfs entries to disappearCharles Keepax1-1/+4
2020-07-17ASoC: soc-core: snd_soc_dai_digital_mute() for both CPU/CodecKuninori Morimoto1-2/+2
2020-07-08Merge series "ASoC: topology: fix error handling flow" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:Mark Brown1-0/+27
2020-07-07ASoC: core: Remove only the registered component in devm functionsMaxime Ripard1-0/+27
2020-06-23ASoC: soc-link: introduce exit() callbackPierre-Louis Bossart1-0/+3
2020-06-15Merge series "ASoC: improve core dmesg logs and verbosity" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:Mark Brown1-2/+2
2020-06-15ASoC: soc-component: add snd_soc_component_init()Kuninori Morimoto1-11/+12
2020-06-15ASoC: soc-component: move snd_soc_component_initialize() to soc-component.cKuninori Morimoto1-21/+8
2020-06-15ASoC: soc-component: move snd_soc_component_xxx_regmap() to soc-componentKuninori Morimoto1-50/+0
2020-06-15ASoC: soc-core: reduce verbosity of BE override messagePierre-Louis Bossart1-2/+2
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 <pierre-louis.bossart@linux.intel.com>: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