summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: soc-dapm: Merge for_each_rtd_cpu/codec_dais()Kuninori Morimoto2020-03-201-6/+3
* ASoC: export DPCM runtime update functionsGuennadi Liakhovetski2020-03-121-4/+4
* ASoC: soc-dapm: add for_each_card_widgets() macroKuninori Morimoto2020-03-101-12/+13
* ASoC: soc-dapm: add for_each_card_dapms() macroKuninori Morimoto2020-03-101-9/+9
* ASoC: soc: use for_each_rtd_codecs/cpus_dai() macroKuninori Morimoto2020-03-101-5/+5
* Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-021-1/+1
|\
| * ASoC: dapm: Correct DAPM handling of active widgets during shutdownCharles Keepax2020-02-281-1/+1
* | ASoC: soc-dapm: don't use rtd->cpu_dai on for_each_rtd_cpu_dai()Kuninori Morimoto2020-02-281-1/+1
* | ASoC: Add multiple CPU DAI support in DAPMShreyas NC2020-02-261-4/+16
* | ASoC: Add dapm_add_valid_dai_widget helperShreyas NC2020-02-261-56/+63
* | Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-02-241-44/+13
|\|
| * ASoC: dapm: remove snd_soc_dapm_put_enum_double_lockedTzung-Bi Shih2020-02-141-41/+13
| * ASoC: codec2codec: avoid invalid/double-free of pcm runtimeSamuel Holland2020-02-131-3/+0
* | ASoC: soc-pcm: move dpcm_path_put() to soc-pcm.cKuninori Morimoto2020-02-241-0/+10
* | ASoC: soc-pcm: add snd_soc_dai_get_widget()Kuninori Morimoto2020-02-241-8/+2
* | ASoC: dapm: select sleep_state when initializing PINCTRL widgetTzung-Bi Shih2020-02-191-0/+3
* | ASoC: soc-pcm: add for_each_dapm_widgets() macroKuninori Morimoto2020-02-111-6/+2
|/
* ASoC: dapm: add snd_soc_dapm_put_enum_double_lockedTzung-Bi Shih2020-01-211-13/+41
* ASoC: soc-dapm: add snd_soc_dapm_stream_stop()Kuninori Morimoto2020-01-101-0/+23
* ASoC: soc-core: add snd_soc_dapm_init()Kuninori Morimoto2019-09-021-0/+21
* ASoC: dapm: Invalidate only paths reachable for a given streamSzymon Mielczarek2019-08-121-13/+37
* ASoC: soc-component: move snd_soc_component_set_bias_level()Kuninori Morimoto2019-08-051-2/+2
* ASoC: soc-component: move snd_soc_component_stream_event()Kuninori Morimoto2019-08-051-2/+7
* ASoC: soc-component: move snd_soc_component_seq_notifier()Kuninori Morimoto2019-08-051-7/+8
* ASoC: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-011-26/+4
* ASoC: codec2codec: fill some of the runtime stream parametersJerome Brunet2019-08-011-0/+5
* ASoC: codec2codec: remove ephemeral variablesJerome Brunet2019-08-011-30/+42
* ASoC: codec2codec: fix missing return of error return codeColin Ian King2019-07-261-2/+2
* Merge branch 'asoc-5.3' into asoc-5.4Mark Brown2019-07-261-4/+6
|\
| * ASoC: dapm: fix a memory leak bugWenwen Wang2019-07-221-0/+2
| * ASoC: dapm: Fix handling of custom_stop_condition on DAPM graph walksCharles Keepax2019-07-221-4/+4
* | ASoC: codec2codec: deal with params when necessaryJerome Brunet2019-07-251-67/+92
* | ASoC: codec2codec: name link using stream directionJerome Brunet2019-07-251-8/+4
* | ASoC: codec2codec: run callbacks in orderJerome Brunet2019-07-251-9/+27
* | ASoC: soc-dai: add snd_soc_dai_shutdown()Kuninori Morimoto2019-07-231-5/+2
* | ASoC: soc-dai: add snd_soc_dai_startup()Kuninori Morimoto2019-07-231-18/+10
* | ASoC: soc-dai: add snd_soc_dai_hw_free()Kuninori Morimoto2019-07-231-5/+2
* | ASoC: soc-dai: mv soc_dai_hw_params() to soc-daiKuninori Morimoto2019-07-231-2/+2
* | Merge branch 'asoc-5.3' into asoc-nextMark Brown2019-07-061-2/+3
|\|
| * Merge branch 'asoc-5.2' into asoc-5.3Mark Brown2019-05-301-0/+3
| |\
| * | ASoC: dapm: Use struct_size() in krealloc()Gustavo A. R. Silva2019-05-241-1/+2
| * | Merge branch 'for-5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-05-211-2/+2
| |\ \
| * | | ASoC: dapm: allow muxes to force a disconnectJerome Brunet2019-05-161-1/+1
* | | | Merge branch 'asoc-5.2' into asoc-linusMark Brown2019-07-061-8/+10
|\ \ \ \
| * | | | ASoC: dapm: Adapt for debugfs API changeMark Brown2019-06-241-8/+10
| | |_|/ | |/| |
* | | | Merge tag 'asoc-fix-v5.2-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-06-131-2/+5
|\| | | | |/ / |/| |
| * | ASoC: soc-core: fixup references at soc_cleanup_card_resources()Kuninori Morimoto2019-05-281-0/+3
| |/
| * ASoC: soc-dpm: fixup DAI active unbalanceKuninori Morimoto2019-05-201-2/+2
* | Merge branch 'asoc-5.2' into asoc-nextMark Brown2019-05-061-1/+1
|\|
| * Merge branch 'asoc-5.1' into asoc-5.2Mark Brown2019-04-041-0/+11
| |\