summaryrefslogtreecommitdiff
path: root/sound/soc/soc-dapm.c
AgeCommit message (Expand)Author
2021-03-19ASoC: don't indicate error message for snd_soc_[pcm_]dai_xxx()Kuninori Morimoto
2021-02-10ASoC: dapm: use component prefix when checking widget namesShuming Fan
2020-12-15ASoC: dapm: remove widget from dirty list on freeThomas Hebb
2020-12-04Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown
2020-10-26Merge series "ASoC: merge soc_pcm_hw_param() rollback and soc_pcm_hw_free()" ...Mark Brown
2020-10-26ASoC: soc-dai: add mark for snd_soc_dai_hw_params/free()Kuninori Morimoto
2020-10-26ASoC: dapm: use semicolons rather than commas to separate statementsJulia Lawall
2020-10-26ALSA: fix kernel-doc markupsMauro Carvalho Chehab
2020-09-28ASoC: soc-dai: add mark for snd_soc_dai_startup/shutdown()Kuninori Morimoto
2020-07-24ASoC: dapm: don't call pm_runtime_* on card deviceTzung-Bi Shih
2020-07-23ASoC: soc-xxx: add asoc_substream_to_rtd()Kuninori Morimoto
2020-06-22ASoC: soc-component: merge snd_soc_component_read() and snd_soc_component_rea...Kuninori Morimoto
2020-06-01Merge remote-tracking branch 'asoc/for-5.8' into asoc-linusMark Brown
2020-05-30ASoC: soc-card: add snd_soc_card_set_bias_level_post()Kuninori Morimoto
2020-05-30ASoC: soc-card: add snd_soc_card_set_bias_level()Kuninori Morimoto
2020-05-27ASoC: dapm: Move dai_link widgets to runtime to fix use after freeCharles Keepax
2020-05-18ASoC: soc-dapm: use snd_soc_dai_activate()/deactivate()Kuninori Morimoto
2020-04-20Merge series "ASoC: Fix dependency issues of SND_SOC" from Wei Li <liwei391@h...Mark Brown
2020-04-20ASoC: dapm: fixup dapm kcontrol widgetGyeongtaek Lee
2020-04-14Merge branch 'asoc-5.7' into asoc-5.8Mark Brown
2020-04-14ASoC: dapm: Remove dapm_connect_dai_link_widgets helperCharles Keepax
2020-04-14ASoC: dapm: Move error message to avoid some duplicationCharles Keepax
2020-04-14ASoC: soc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto
2020-04-14ASoC: dapm: Fix regression introducing multiple copies of DAI widgetsCharles Keepax
2020-03-31ASoC: dapm: connect virtual mux with default value이경택
2020-03-20ASoC: soc-dapm: Merge for_each_rtd_cpu/codec_dais()Kuninori Morimoto
2020-03-12ASoC: export DPCM runtime update functionsGuennadi Liakhovetski
2020-03-10ASoC: soc-dapm: add for_each_card_widgets() macroKuninori Morimoto
2020-03-10ASoC: soc-dapm: add for_each_card_dapms() macroKuninori Morimoto
2020-03-10ASoC: soc: use for_each_rtd_codecs/cpus_dai() macroKuninori Morimoto
2020-03-02Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2020-02-28ASoC: soc-dapm: don't use rtd->cpu_dai on for_each_rtd_cpu_dai()Kuninori Morimoto
2020-02-28ASoC: dapm: Correct DAPM handling of active widgets during shutdownCharles Keepax
2020-02-26ASoC: Add multiple CPU DAI support in DAPMShreyas NC
2020-02-26ASoC: Add dapm_add_valid_dai_widget helperShreyas NC
2020-02-24Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2020-02-24ASoC: soc-pcm: move dpcm_path_put() to soc-pcm.cKuninori Morimoto
2020-02-24ASoC: soc-pcm: add snd_soc_dai_get_widget()Kuninori Morimoto
2020-02-19ASoC: dapm: select sleep_state when initializing PINCTRL widgetTzung-Bi Shih
2020-02-14ASoC: dapm: remove snd_soc_dapm_put_enum_double_lockedTzung-Bi Shih
2020-02-13ASoC: codec2codec: avoid invalid/double-free of pcm runtimeSamuel Holland
2020-02-11ASoC: soc-pcm: add for_each_dapm_widgets() macroKuninori Morimoto
2020-01-21ASoC: dapm: add snd_soc_dapm_put_enum_double_lockedTzung-Bi Shih
2020-01-10ASoC: soc-dapm: add snd_soc_dapm_stream_stop()Kuninori Morimoto
2019-09-02ASoC: soc-core: add snd_soc_dapm_init()Kuninori Morimoto
2019-08-12ASoC: dapm: Invalidate only paths reachable for a given streamSzymon Mielczarek
2019-08-05ASoC: soc-component: move snd_soc_component_set_bias_level()Kuninori Morimoto
2019-08-05ASoC: soc-component: move snd_soc_component_stream_event()Kuninori Morimoto
2019-08-05ASoC: soc-component: move snd_soc_component_seq_notifier()Kuninori Morimoto
2019-08-01ASoC: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman