summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+19Star
* 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/+1Star
* 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/+18Star
* 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-131-1/+1
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-071-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
* | ASoC: dapm: use match_string() helperXie Yisheng2018-05-311-11/+7Star
|/
*-. Merge remote-tracking branches 'asoc/topic/sirf-audio', 'asoc/topic/sn95031',...Mark Brown2018-03-281-2/+2
|\ \
| | * ASoC: soc-dapm: Use empty struct initializerFabio Estevam2018-02-141-2/+2
| |/
* / ASoC: dapm: add support to pinctrl dapmSrinivas Kandagatla2018-03-131-0/+42
|/
* Merge tag 'asoc-v4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2018-02-071-1/+1
|\
| * ASoC: dapm: fix debugfs read using path->connectedKaiChieh Chuang2018-02-071-1/+1
* | treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-091-1/+1
|/
* Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown2017-11-101-60/+90
|\
| * ASoC: dapm: mark 'snd_soc_dapm_free_kcontrol' as staticArnd Bergmann2017-10-101-1/+1
| * ASoC: dapm: add initialization for w_param_text pointerArnd Bergmann2017-10-101-0/+2
| * ASoC: dapm: Avoid creating kcontrol for paramsanish kumar2017-10-051-54/+86
| * ASoC: dapm: Make snd_soc_dapm_add/del_routes use runtime mutex subclassStuart Henderson2017-09-251-2/+2
| * ASoC: dapm: Refactor the code in snd_soc_dapm_new_pcmanish kumar2017-09-201-8/+4Star
| * ASoC: dapm: fix error path in snd_soc_dapm_new_pcmanish kumar2017-09-201-1/+1
* | ASoC: remove unneeded dai->driver->ops checkKuninori Morimoto2017-09-251-4/+4
|/
* ASoC: dapm: fix some pointer error handlingLinus Walleij2017-01-201-0/+20
* ASoC: dapm: handle probe deferralsLinus Walleij2017-01-171-0/+42
* ASoC: dapm: Implement stereo mixer control supportChen-Yu Tsai2016-11-021-29/+112
* ASoC: dapm: Support second register for DAPM control updatesChen-Yu Tsai2016-11-021-2/+11
* Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown2016-09-291-9/+8Star
|\
| * ASoC: dapm: Fix typos in commentPeter Meerwald-Stadler2016-08-161-9/+8Star
* | ASoC: dapm: Fix kcontrol creation for output driver widgetChen-Yu Tsai2016-09-011-0/+1
* | ASoC: dapm: Fix value setting for _ENUM_DOUBLE MUX's second channelChen-Yu Tsai2016-09-011-1/+1
* | ASoC: dapm: Fix possible uninitialized variable in snd_soc_dapm_get_volsw()Chen-Yu Tsai2016-09-011-0/+3
* | ASoC: dapm: Add a dummy snd_pcm_runtime to avoid NULL pointer accessNicolin Chen2016-07-271-0/+10
|/
*-. Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/dt', 'asoc/topi...Mark Brown2016-07-241-13/+47
|\ \