aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
AgeCommit message (Expand)Author
2022-06-14ASoC: dapm: Don't fold register value changes into notificationsMark Brown
2022-04-27ASoC: soc-dapm: fix two incorrect uses of list iteratorXiaomeng Tong
2021-11-26ASoC: DAPM: Cover regression by kctl change notification fixTakashi Iwai
2021-10-27ASoC: DAPM: Fix missing kctl change notificationsTakashi Iwai
2021-01-19ASoC: dapm: remove widget from dirty list on freeThomas Hebb
2020-04-29ASoC: dapm: fixup dapm kcontrol widgetGyeongtaek Lee
2020-04-17ASoC: dapm: connect virtual mux with default value이경택
2020-03-12ASoC: dapm: Correct DAPM handling of active widgets during shutdownCharles Keepax
2020-02-28ASoC: codec2codec: avoid invalid/double-free of pcm runtimeSamuel Holland
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
2019-08-01ASoC: codec2codec: fill some of the runtime stream parametersJerome Brunet
2019-08-01ASoC: codec2codec: remove ephemeral variablesJerome Brunet
2019-07-26ASoC: codec2codec: fix missing return of error return codeColin Ian King
2019-07-26Merge branch 'asoc-5.3' into asoc-5.4Mark Brown
2019-07-25ASoC: codec2codec: deal with params when necessaryJerome Brunet
2019-07-25ASoC: codec2codec: name link using stream directionJerome Brunet
2019-07-25ASoC: codec2codec: run callbacks in orderJerome Brunet
2019-07-23ASoC: soc-dai: add snd_soc_dai_shutdown()Kuninori Morimoto
2019-07-23ASoC: soc-dai: add snd_soc_dai_startup()Kuninori Morimoto
2019-07-23ASoC: soc-dai: add snd_soc_dai_hw_free()Kuninori Morimoto
2019-07-23ASoC: soc-dai: mv soc_dai_hw_params() to soc-daiKuninori Morimoto
2019-07-22ASoC: dapm: fix a memory leak bugWenwen Wang
2019-07-22ASoC: dapm: Fix handling of custom_stop_condition on DAPM graph walksCharles Keepax
2019-07-06Merge branch 'asoc-5.3' into asoc-nextMark Brown
2019-07-06Merge branch 'asoc-5.2' into asoc-linusMark Brown
2019-06-24ASoC: dapm: Adapt for debugfs API changeMark Brown
2019-06-13Merge tag 'asoc-fix-v5.2-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai
2019-05-30Merge branch 'asoc-5.2' into asoc-5.3Mark Brown
2019-05-28ASoC: soc-core: fixup references at soc_cleanup_card_resources()Kuninori Morimoto
2019-05-24ASoC: dapm: Use struct_size() in krealloc()Gustavo A. R. Silva
2019-05-21Merge branch 'for-5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2019-05-20ASoC: soc-dpm: fixup DAI active unbalanceKuninori Morimoto
2019-05-16ASoC: dapm: allow muxes to force a disconnectJerome Brunet
2019-05-06Merge branch 'asoc-5.2' into asoc-nextMark Brown
2019-05-02ASoC: dapm: fix kcontrols for effect widgetsSeppo Ingalsuo
2019-04-04Merge branch 'asoc-5.1' into asoc-5.2Mark Brown
2019-04-02ASoC: dapm: set power_check callback for widgets that shouldnt be always onRanjani Sridharan
2019-03-25ASoC: dapm: Initialize private_value in snd_soc_dapm_new_daiPankaj Bharadiya
2019-03-25ASoC: dapm: Fix NULL pointer dereference in snd_soc_dapm_free_kcontrolPankaj Bharadiya
2019-02-19ASoC: dapm: Potential small memory leak in dapm_cnew_widget()Dan Carpenter
2019-02-12ASoC: Use __printf markup to silence compilerMathieu Malaterre
2019-02-06ASoC: dapm: harden use of lookup tablesPierre-Louis Bossart
2019-02-06Merge branch 'asoc-5.0' into asoc-5.1 for dapm tableMark Brown
2019-02-06ASoC: dapm: fix out-of-bounds accesses to DAPM lookup tablesPierre-Louis Bossart
2019-02-06ASoC: dapm: Check for NULL widget in dapm_update_dai_unlockedCharles Keepax