summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
...
* ASoC: soc-core: add comment for rtd freeingKuninori Morimoto2021-03-311-0/+8
* ASoC: don't indicate error message for snd_soc_[pcm_]component_xxx()Kuninori Morimoto2021-03-191-4/+2
* ASoC: don't indicate error message for snd_soc_[pcm_]dai_xxx()Kuninori Morimoto2021-03-191-13/+3
* ASoC: soc-core: fix DMI handlingPierre-Louis Bossart2021-03-111-1/+1
* ASoC: constify of_phandle_args in snd_soc_get_dai_name()Krzysztof Kozlowski2021-03-101-1/+1
* ASoC: soc-core: Prevent warning if no DMI table is presentJon Hunter2021-03-101-0/+4
* Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown2020-12-041-1/+1
|\
| * ALSA: fix kernel-doc markupsMauro Carvalho Chehab2020-10-261-1/+1
* | ASoC: soc-core: tidyup jack.hKuninori Morimoto2020-11-301-1/+0
* | ASoC: soc-core: add soc_dapm_suspend_resume()Kuninori Morimoto2020-11-271-21/+17
* | ASoC: soc-core: add soc_playback_digital_mute()Kuninori Morimoto2020-11-271-25/+21
* | ASoC: soc-core: Fix component name_prefix parsingSameer Pujar2020-11-101-1/+2
|/
* Merge tag 'v5.9-rc5' into asoc-5.10Mark Brown2020-10-061-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | ASoC: soc-core: use devm_snd_soc_register_card()Qinglang Miao2020-09-301-11/+1
* | ASoC: core: remove artificial component and DAI name constraintDmitry Baryshkov2020-08-281-18/+15
* | ASoC: soc-core: add snd_soc_find_dai_with_mutex()Kuninori Morimoto2020-08-271-0/+13
* | ASoC: core: Add common helper to parse aux devs from device treeStephan Gerhold2020-08-181-0/+31
|/
* Merge remote-tracking branch 'asoc/for-5.9' into asoc-nextMark Brown2020-07-311-99/+54
|\
| * ASoC: core: Two step component registrationCezary Rojewski2020-07-311-14/+13
| * ASoC: core: Simplify snd_soc_component_initialize declarationCezary Rojewski2020-07-311-10/+8
| * ASoC: core: Relocate and expose snd_soc_component_initializeCezary Rojewski2020-07-311-0/+17
| * ASoC: soc-core: snd_soc_dai_digital_mute() for both CPU/CodecKuninori Morimoto2020-07-171-2/+2
| * Merge series "ASoC: topology: fix error handling flow" from Pierre-Louis Boss...Mark Brown2020-07-081-0/+27
| |\
| * | ASoC: soc-link: introduce exit() callbackPierre-Louis Bossart2020-06-231-0/+3
| * | Merge series "ASoC: improve core dmesg logs and verbosity" from Pierre-Louis ...Mark Brown2020-06-151-2/+2
| |\ \
| | * | ASoC: soc-core: reduce verbosity of BE override messagePierre-Louis Bossart2020-06-151-2/+2
| * | | ASoC: soc-component: add snd_soc_component_init()Kuninori Morimoto2020-06-151-11/+12
| * | | ASoC: soc-component: move snd_soc_component_initialize() to soc-component.cKuninori Morimoto2020-06-151-21/+8
| * | | ASoC: soc-component: move snd_soc_component_xxx_regmap() to soc-componentKuninori Morimoto2020-06-151-50/+0
| |/ /
* | / ASoC: soc-core: Fix regression causing sysfs entries to disappearCharles Keepax2020-07-301-1/+4
| |/ |/|
* | ASoC: core: Remove only the registered component in devm functionsMaxime Ripard2020-07-071-0/+27
|/
* ASoC: soc-card: export snd_soc_lookup_component_nolockedShengjiu Wang2020-06-121-1/+2
* ASoC: core: only convert non DPCM link to DPCM linkBard Liao2020-06-091-3/+19
* ASoC: soc-card: add snd_soc_card_remove_dai_link()Kuninori Morimoto2020-05-301-2/+1
* ASoC: soc-card: add snd_soc_card_add_dai_link()Kuninori Morimoto2020-05-301-2/+3
* ASoC: soc-card: add snd_soc_card_remove()Kuninori Morimoto2020-05-301-3/+1
* ASoC: soc-card: add snd_soc_card_late_probe()Kuninori Morimoto2020-05-301-9/+3
* ASoC: soc-card: add snd_soc_card_probe()Kuninori Morimoto2020-05-301-6/+3
* ASoC: soc-card: add probed bit field to snd_soc_cardKuninori Morimoto2020-05-301-10/+8
* ASoC: soc-card: add snd_soc_card_resume_post()Kuninori Morimoto2020-05-301-2/+1
* ASoC: soc-card: add snd_soc_card_resume_pre()Kuninori Morimoto2020-05-301-2/+1
* ASoC: soc-card: add snd_soc_card_suspend_post()Kuninori Morimoto2020-05-301-2/+1
* ASoC: soc-card: add snd_soc_card_suspend_pre()Kuninori Morimoto2020-05-301-2/+1
* ASoC: soc-card: move snd_soc_card_get_kcontrol() to soc-cardKuninori Morimoto2020-05-301-16/+0
* ASoC: soc-link: add snd_soc_link_be_hw_params_fixup()Kuninori Morimoto2020-05-251-1/+5
* ASoC: add soc-link.cKuninori Morimoto2020-05-251-8/+4
* ASoC: use snd_soc_xxx_active()Kuninori Morimoto2020-05-181-5/+6
* ASoC: soc-dai: add snd_soc_pcm_dai_remove()Kuninori Morimoto2020-04-291-22/+2
* ASoC: soc-dai: add snd_soc_pcm_dai_probe()Kuninori Morimoto2020-04-291-28/+5