summaryrefslogtreecommitdiff
path: root/sound/soc/soc-dapm.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-14ASoC: dapm: Don't fold register value changes into notificationsMark Brown1-2/+0
2022-04-27ASoC: soc-dapm: fix two incorrect uses of list iteratorXiaomeng Tong1-4/+2
2021-11-26ASoC: DAPM: Cover regression by kctl change notification fixTakashi Iwai1-6/+23
2021-10-27ASoC: DAPM: Fix missing kctl change notificationsTakashi Iwai1-5/+8
2021-01-19ASoC: dapm: remove widget from dirty list on freeThomas Hebb1-0/+1
2020-04-29ASoC: dapm: fixup dapm kcontrol widgetGyeongtaek Lee1-3/+17
2020-04-17ASoC: dapm: connect virtual mux with default value이경택1-1/+7
2020-03-11ASoC: dapm: Correct DAPM handling of active widgets during shutdownCharles Keepax1-1/+1
2019-11-20ASoC: dapm: Avoid uninitialised variable warningCharles Keepax1-1/+1
2019-11-20ASoC: dapm: Don't fail creating new DAPM control on NULL pinctrlCharles Keepax1-1/+1
2019-08-29ASoC: dapm: Fix handling of custom_stop_condition on DAPM graph walksCharles Keepax1-4/+4
2019-07-26ASoC: dapm: Adapt for debugfs API changeMark Brown1-8/+10
2019-05-10ASoC: dapm: Fix NULL pointer dereference in snd_soc_dapm_free_kcontrolPankaj Bharadiya1-0/+4
2019-03-23ASoC: dapm: fix out-of-bounds accesses to DAPM lookup tablesPierre-Louis Bossart1-0/+24
2019-03-05ASoC: dapm: change snprintf to scnprintf for possible overflowSilvio Cesare1-5/+5
2018-08-15ASoC: dapm: Fix NULL pointer deference on CODEC to CODEC DAIsCharles Keepax1-0/+4
2018-07-26ASoC: dapm: Use int for format bit positionTakashi Iwai1-1/+1
2018-07-02ASoC: soc-dapm: convert to SPDX identifiersKuninori Morimoto1-24/+18
2018-06-22Merge branch 'asoc-4.18' into asoc-4.19 for amd depMark Brown1-0/+7
2018-06-18ASoC: dapm: Fix potential DAI widget pointer deref when linking DAIsLiam Girdwood1-0/+7
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-07Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-1/+1
2018-06-04ASoC: dapm: delete dapm_kcontrol_data paths list before freeing itSrinivas Kandagatla1-0/+2
2018-05-31ASoC: dapm: use match_string() helperXie Yisheng1-11/+7
2018-03-28Merge remote-tracking branches 'asoc/topic/sirf-audio', 'asoc/topic/sn95031',...Mark Brown1-2/+2
2018-03-13ASoC: dapm: add support to pinctrl dapmSrinivas Kandagatla1-0/+42
2018-02-14ASoC: soc-dapm: Use empty struct initializerFabio Estevam1-2/+2
2018-02-07Merge tag 'asoc-v4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-1/+1
2018-02-07ASoC: dapm: fix debugfs read using path->connectedKaiChieh Chuang1-1/+1
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-1/+1
2017-11-11Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-60/+90
2017-10-10ASoC: dapm: mark 'snd_soc_dapm_free_kcontrol' as staticArnd Bergmann1-1/+1
2017-10-10ASoC: dapm: add initialization for w_param_text pointerArnd Bergmann1-0/+2
2017-10-05ASoC: dapm: Avoid creating kcontrol for paramsanish kumar1-54/+86
2017-09-25ASoC: dapm: Make snd_soc_dapm_add/del_routes use runtime mutex subclassStuart Henderson1-2/+2
2017-09-25ASoC: remove unneeded dai->driver->ops checkKuninori Morimoto1-4/+4
2017-09-20ASoC: dapm: Refactor the code in snd_soc_dapm_new_pcmanish kumar1-8/+4
2017-09-20ASoC: dapm: fix error path in snd_soc_dapm_new_pcmanish kumar1-1/+1
2017-01-20ASoC: dapm: fix some pointer error handlingLinus Walleij1-0/+20
2017-01-17ASoC: dapm: handle probe deferralsLinus Walleij1-0/+42
2016-11-02ASoC: dapm: Implement stereo mixer control supportChen-Yu Tsai1-29/+112
2016-11-02ASoC: dapm: Support second register for DAPM control updatesChen-Yu Tsai1-2/+11
2016-09-29Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-9/+8
2016-09-01ASoC: dapm: Fix kcontrol creation for output driver widgetChen-Yu Tsai1-0/+1
2016-09-01ASoC: dapm: Fix value setting for _ENUM_DOUBLE MUX's second channelChen-Yu Tsai1-1/+1
2016-09-01ASoC: dapm: Fix possible uninitialized variable in snd_soc_dapm_get_volsw()Chen-Yu Tsai1-0/+3
2016-08-16ASoC: dapm: Fix typos in commentPeter Meerwald-Stadler1-9/+8
2016-07-27ASoC: dapm: Add a dummy snd_pcm_runtime to avoid NULL pointer accessNicolin Chen1-0/+10
2016-07-25Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/dt', 'asoc/topi...Mark Brown1-13/+47