aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-06Merge branch 'asoc-5.3' into asoc-nextMark Brown1-2/+3
2019-07-06Merge branch 'asoc-5.2' into asoc-linusMark Brown1-8/+10
2019-06-24ASoC: dapm: Adapt for debugfs API changeMark Brown1-8/+10
2019-06-13Merge tag 'asoc-fix-v5.2-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-2/+5
2019-05-30Merge branch 'asoc-5.2' into asoc-5.3Mark Brown1-0/+3
2019-05-28ASoC: soc-core: fixup references at soc_cleanup_card_resources()Kuninori Morimoto1-0/+3
2019-05-24ASoC: dapm: Use struct_size() in krealloc()Gustavo A. R. Silva1-1/+2
2019-05-21Merge branch 'for-5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.3Mark Brown1-2/+2
2019-05-20ASoC: soc-dpm: fixup DAI active unbalanceKuninori Morimoto1-2/+2
2019-05-16ASoC: dapm: allow muxes to force a disconnectJerome Brunet1-1/+1
2019-05-06Merge branch 'asoc-5.2' into asoc-nextMark Brown1-1/+1
2019-05-02ASoC: dapm: fix kcontrols for effect widgetsSeppo Ingalsuo1-0/+3
2019-04-04Merge branch 'asoc-5.1' into asoc-5.2Mark Brown1-0/+11
2019-04-02ASoC: dapm: set power_check callback for widgets that shouldnt be always onRanjani Sridharan1-0/+7
2019-03-25ASoC: dapm: Initialize private_value in snd_soc_dapm_new_daiPankaj Bharadiya1-1/+1
2019-03-25ASoC: dapm: Fix NULL pointer dereference in snd_soc_dapm_free_kcontrolPankaj Bharadiya1-0/+4
2019-02-19ASoC: dapm: Potential small memory leak in dapm_cnew_widget()Dan Carpenter1-1/+3
2019-02-12ASoC: Use __printf markup to silence compilerMathieu Malaterre1-0/+1
2019-02-06ASoC: dapm: harden use of lookup tablesPierre-Louis Bossart1-76/+82
2019-02-06Merge branch 'asoc-5.0' into asoc-5.1 for dapm tableMark Brown1-0/+24
2019-02-06ASoC: dapm: fix out-of-bounds accesses to DAPM lookup tablesPierre-Louis Bossart1-0/+24
2019-02-06ASoC: dapm: Check for NULL widget in dapm_update_dai_unlockedCharles Keepax1-0/+3
2019-02-02ASoC: dapm: Add warnings for widget overwrite when adding routeZhiwei Jiang1-0/+12
2019-02-02ASoC: dapm: Only power up active channels from a DAICharles Keepax1-0/+76
2019-02-02ASoC: dapm: fix use-after-free issue with dailink snamePierre-Louis Bossart1-1/+18
2019-01-15ASoC: dapm: change snprintf to scnprintf for possible overflowSilvio Cesare1-5/+5
2018-10-19ASoC: dapm: Add support for hw_free on CODEC to CODEC linksCharles Keepax1-6/+11
2018-09-20ASoC: add for_each_card_rtds() macroKuninori Morimoto1-1/+1
2018-09-18ASoC: remove redundant includezhong jiang1-1/+0
2018-09-10ASoC: dapm: Add missing return value check for snd_soc_dapm_new_daiCharles Keepax1-0/+16
2018-09-10ASoC: dapm: Fix a couple uninitialized ret variablesDan Carpenter1-1/+3
2018-09-07ASoC: dapm: Avoid uninitialised variable warningCharles Keepax1-1/+1
2018-09-05ASoC: dapm: Move CODEC to CODEC params from the widget to the runtimeCharles Keepax1-8/+11
2018-09-05ASoC: dapm: Add support for multi-CODEC CODEC to CODEC linksCharles Keepax1-53/+70
2018-09-05ASoC: dapm: Move connection of CODEC to CODEC DAIsCharles Keepax1-37/+66
2018-09-05ASoC: dapm: Cosmetic tidy up of snd_soc_dapm_new_controlCharles Keepax1-14/+23
2018-09-05ASoC: dapm: Move error handling to snd_soc_dapm_new_control_unlockedCharles Keepax1-99/+19
2018-09-04ASoC: add for_each_rtd_codec_dai() macroKuninori Morimoto1-6/+8
2018-09-03ASoC: core: Don't schedule DAPM work if already in target stateJon Hunter1-2/+2
2018-08-28ASoC: dapm: Don't fail creating new DAPM control on NULL pinctrlCharles Keepax1-1/+1
2018-08-28ASoC: dapm: Remove clock framework ifdefsCharles Keepax1-6/+1
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-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus 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