aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Merge remote-tracking branch 'asoc/for-5.8' into asoc-linusMark Brown1-10/+8
2020-05-30ASoC: soc-card: add snd_soc_card_set_bias_level_post()Kuninori Morimoto1-2/+1
2020-05-30ASoC: soc-card: add snd_soc_card_set_bias_level()Kuninori Morimoto1-2/+1
2020-05-27ASoC: dapm: Move dai_link widgets to runtime to fix use after freeCharles Keepax1-6/+6
2020-05-18ASoC: soc-dapm: use snd_soc_dai_activate()/deactivate()Kuninori Morimoto1-4/+4
2020-04-20Merge series "ASoC: Fix dependency issues of SND_SOC" from Wei Li <liwei391@huawei.com>:Mark Brown1-3/+17
2020-04-20ASoC: dapm: fixup dapm kcontrol widgetGyeongtaek Lee1-3/+17
2020-04-14Merge branch 'asoc-5.7' into asoc-5.8Mark Brown1-69/+58
2020-04-14ASoC: dapm: Remove dapm_connect_dai_link_widgets helperCharles Keepax1-22/+14
2020-04-14ASoC: dapm: Move error message to avoid some duplicationCharles Keepax1-12/+4
2020-04-14ASoC: soc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-2/+2
2020-04-14ASoC: dapm: Fix regression introducing multiple copies of DAI widgetsCharles Keepax1-43/+48
2020-03-31ASoC: dapm: connect virtual mux with default value이경택1-1/+7
2020-03-20ASoC: soc-dapm: Merge for_each_rtd_cpu/codec_dais()Kuninori Morimoto1-6/+3
2020-03-12ASoC: export DPCM runtime update functionsGuennadi Liakhovetski1-4/+4
2020-03-10ASoC: soc-dapm: add for_each_card_widgets() macroKuninori Morimoto1-12/+13
2020-03-10ASoC: soc-dapm: add for_each_card_dapms() macroKuninori Morimoto1-9/+9
2020-03-10ASoC: soc: use for_each_rtd_codecs/cpus_dai() macroKuninori Morimoto1-5/+5
2020-03-02Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7Mark Brown1-1/+1
2020-02-28ASoC: soc-dapm: don't use rtd->cpu_dai on for_each_rtd_cpu_dai()Kuninori Morimoto1-1/+1
2020-02-28ASoC: dapm: Correct DAPM handling of active widgets during shutdownCharles Keepax1-1/+1
2020-02-26ASoC: Add multiple CPU DAI support in DAPMShreyas NC1-4/+16
2020-02-26ASoC: Add dapm_add_valid_dai_widget helperShreyas NC1-56/+63
2020-02-24Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7Mark Brown1-44/+13
2020-02-24ASoC: soc-pcm: move dpcm_path_put() to soc-pcm.cKuninori Morimoto1-0/+10
2020-02-24ASoC: soc-pcm: add snd_soc_dai_get_widget()Kuninori Morimoto1-8/+2
2020-02-19ASoC: dapm: select sleep_state when initializing PINCTRL widgetTzung-Bi Shih1-0/+3
2020-02-14ASoC: dapm: remove snd_soc_dapm_put_enum_double_lockedTzung-Bi Shih1-41/+13
2020-02-13ASoC: codec2codec: avoid invalid/double-free of pcm runtimeSamuel Holland1-3/+0
2020-02-11ASoC: soc-pcm: add for_each_dapm_widgets() macroKuninori Morimoto1-6/+2
2020-01-21ASoC: dapm: add snd_soc_dapm_put_enum_double_lockedTzung-Bi Shih1-13/+41
2020-01-10ASoC: soc-dapm: add snd_soc_dapm_stream_stop()Kuninori Morimoto1-0/+23
2019-09-02ASoC: soc-core: add snd_soc_dapm_init()Kuninori Morimoto1-0/+21
2019-08-12ASoC: dapm: Invalidate only paths reachable for a given streamSzymon Mielczarek1-13/+37
2019-08-05ASoC: soc-component: move snd_soc_component_set_bias_level()Kuninori Morimoto1-2/+2
2019-08-05ASoC: soc-component: move snd_soc_component_stream_event()Kuninori Morimoto1-2/+7
2019-08-05ASoC: soc-component: move snd_soc_component_seq_notifier()Kuninori Morimoto1-7/+8
2019-08-01ASoC: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-26/+4
2019-08-01ASoC: codec2codec: fill some of the runtime stream parametersJerome Brunet1-0/+5
2019-08-01ASoC: codec2codec: remove ephemeral variablesJerome Brunet1-30/+42
2019-07-26ASoC: codec2codec: fix missing return of error return codeColin Ian King1-2/+2
2019-07-26Merge branch 'asoc-5.3' into asoc-5.4Mark Brown1-4/+6
2019-07-25ASoC: codec2codec: deal with params when necessaryJerome Brunet1-67/+92
2019-07-25ASoC: codec2codec: name link using stream directionJerome Brunet1-8/+4
2019-07-25ASoC: codec2codec: run callbacks in orderJerome Brunet1-9/+27
2019-07-23ASoC: soc-dai: add snd_soc_dai_shutdown()Kuninori Morimoto1-5/+2
2019-07-23ASoC: soc-dai: add snd_soc_dai_startup()Kuninori Morimoto1-18/+10
2019-07-23ASoC: soc-dai: add snd_soc_dai_hw_free()Kuninori Morimoto1-5/+2
2019-07-23ASoC: soc-dai: mv soc_dai_hw_params() to soc-daiKuninori Morimoto1-2/+2
2019-07-22ASoC: dapm: fix a memory leak bugWenwen Wang1-0/+2