summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| * | ASoC: dapm: Initialize private_value in snd_soc_dapm_new_daiPankaj Bharadiya2019-03-251-1/+1
* | | ASoC: dapm: fix kcontrols for effect widgetsSeppo Ingalsuo2019-05-021-0/+3
| |/ |/|
* | ASoC: dapm: set power_check callback for widgets that shouldnt be always onRanjani Sridharan2019-04-021-0/+7
* | ASoC: dapm: Fix NULL pointer dereference in snd_soc_dapm_free_kcontrolPankaj Bharadiya2019-03-251-0/+4
|/
* ASoC: dapm: Potential small memory leak in dapm_cnew_widget()Dan Carpenter2019-02-191-1/+3
* ASoC: Use __printf markup to silence compilerMathieu Malaterre2019-02-121-0/+1
* ASoC: dapm: harden use of lookup tablesPierre-Louis Bossart2019-02-061-76/+82
* Merge branch 'asoc-5.0' into asoc-5.1 for dapm tableMark Brown2019-02-061-0/+24
|\
| * ASoC: dapm: fix out-of-bounds accesses to DAPM lookup tablesPierre-Louis Bossart2019-02-061-0/+24
* | ASoC: dapm: Check for NULL widget in dapm_update_dai_unlockedCharles Keepax2019-02-061-0/+3
* | ASoC: dapm: Add warnings for widget overwrite when adding routeZhiwei Jiang2019-02-021-0/+12
* | ASoC: dapm: Only power up active channels from a DAICharles Keepax2019-02-021-0/+76
* | ASoC: dapm: fix use-after-free issue with dailink snamePierre-Louis Bossart2019-02-021-1/+18
|/
* ASoC: dapm: change snprintf to scnprintf for possible overflowSilvio Cesare2019-01-151-5/+5
* ASoC: dapm: Add support for hw_free on CODEC to CODEC linksCharles Keepax2018-10-191-6/+11
* ASoC: add for_each_card_rtds() macroKuninori Morimoto2018-09-201-1/+1
* ASoC: remove redundant includezhong jiang2018-09-181-1/+0
* ASoC: dapm: Add missing return value check for snd_soc_dapm_new_daiCharles Keepax2018-09-101-0/+16
* ASoC: dapm: Fix a couple uninitialized ret variablesDan Carpenter2018-09-101-1/+3
* ASoC: dapm: Avoid uninitialised variable warningCharles Keepax2018-09-071-1/+1
* ASoC: dapm: Move CODEC to CODEC params from the widget to the runtimeCharles Keepax2018-09-051-8/+11
* ASoC: dapm: Add support for multi-CODEC CODEC to CODEC linksCharles Keepax2018-09-051-53/+70
* ASoC: dapm: Move connection of CODEC to CODEC DAIsCharles Keepax2018-09-051-37/+66
* ASoC: dapm: Cosmetic tidy up of snd_soc_dapm_new_controlCharles Keepax2018-09-051-14/+23
* ASoC: dapm: Move error handling to snd_soc_dapm_new_control_unlockedCharles Keepax2018-09-051-99/+19
* ASoC: add for_each_rtd_codec_dai() macroKuninori Morimoto2018-09-041-6/+8
* ASoC: core: Don't schedule DAPM work if already in target stateJon Hunter2018-09-031-2/+2
* ASoC: dapm: Don't fail creating new DAPM control on NULL pinctrlCharles Keepax2018-08-281-1/+1
* ASoC: dapm: Remove clock framework ifdefsCharles Keepax2018-08-281-6/+1
* ASoC: dapm: Fix NULL pointer deference on CODEC to CODEC DAIsCharles Keepax2018-08-151-0/+4
* ASoC: dapm: Use int for format bit positionTakashi Iwai2018-07-261-1/+1
* ASoC: soc-dapm: convert to SPDX identifiersKuninori Morimoto2018-07-021-24/+18
* Merge branch 'asoc-4.18' into asoc-4.19 for amd depMark Brown2018-06-221-0/+7
|\
| * ASoC: dapm: Fix potential DAI widget pointer deref when linking DAIsLiam Girdwood2018-06-181-0/+7
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-1/+1
|\ \ | |/ |/|
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-1/+1
* | ASoC: dapm: delete dapm_kcontrol_data paths list before freeing itSrinivas Kandagatla2018-06-041-0/+2