aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/soc-dapm.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-19ASoC: dapm: Add support for hw_free on CODEC to CODEC linksGravatar Charles Keepax 1-6/+11
2018-09-20ASoC: add for_each_card_rtds() macroGravatar Kuninori Morimoto 1-1/+1
2018-09-18ASoC: remove redundant includeGravatar zhong jiang 1-1/+0
2018-09-10ASoC: dapm: Add missing return value check for snd_soc_dapm_new_daiGravatar Charles Keepax 1-0/+16
2018-09-10ASoC: dapm: Fix a couple uninitialized ret variablesGravatar Dan Carpenter 1-1/+3
2018-09-07ASoC: dapm: Avoid uninitialised variable warningGravatar Charles Keepax 1-1/+1
2018-09-05ASoC: dapm: Move CODEC to CODEC params from the widget to the runtimeGravatar Charles Keepax 1-8/+11
2018-09-05ASoC: dapm: Add support for multi-CODEC CODEC to CODEC linksGravatar Charles Keepax 1-53/+70
2018-09-05ASoC: dapm: Move connection of CODEC to CODEC DAIsGravatar Charles Keepax 1-37/+66
2018-09-05ASoC: dapm: Cosmetic tidy up of snd_soc_dapm_new_controlGravatar Charles Keepax 1-14/+23
2018-09-05ASoC: dapm: Move error handling to snd_soc_dapm_new_control_unlockedGravatar Charles Keepax 1-99/+19
2018-09-04ASoC: add for_each_rtd_codec_dai() macroGravatar Kuninori Morimoto 1-6/+8
2018-09-03ASoC: core: Don't schedule DAPM work if already in target stateGravatar Jon Hunter 1-2/+2
2018-08-28ASoC: dapm: Don't fail creating new DAPM control on NULL pinctrlGravatar Charles Keepax 1-1/+1
2018-08-28ASoC: dapm: Remove clock framework ifdefsGravatar Charles Keepax 1-6/+1
2018-08-15ASoC: dapm: Fix NULL pointer deference on CODEC to CODEC DAIsGravatar Charles Keepax 1-0/+4
2018-07-26ASoC: dapm: Use int for format bit positionGravatar Takashi Iwai 1-1/+1
2018-07-02ASoC: soc-dapm: convert to SPDX identifiersGravatar Kuninori Morimoto 1-24/+18
2018-06-22Merge branch 'asoc-4.18' into asoc-4.19 for amd depGravatar Mark Brown 1-0/+7
2018-06-18ASoC: dapm: Fix potential DAI widget pointer deref when linking DAIsGravatar Liam Girdwood 1-0/+7
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 1-1/+1
2018-06-04ASoC: dapm: delete dapm_kcontrol_data paths list before freeing itGravatar Srinivas Kandagatla 1-0/+2
2018-05-31ASoC: dapm: use match_string() helperGravatar Xie Yisheng 1-11/+7
2018-03-28Merge remote-tracking branches 'asoc/topic/sirf-audio', 'asoc/topic/sn95031',...Gravatar Mark Brown 1-2/+2
2018-03-13ASoC: dapm: add support to pinctrl dapmGravatar Srinivas Kandagatla 1-0/+42
2018-02-14ASoC: soc-dapm: Use empty struct initializerGravatar Fabio Estevam 1-2/+2
2018-02-07Merge tag 'asoc-v4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Linus Torvalds 1-1/+1
2018-02-07ASoC: dapm: fix debugfs read using path->connectedGravatar KaiChieh Chuang 1-1/+1
2018-01-09treewide: Use DEVICE_ATTR_ROGravatar Joe Perches 1-1/+1
2017-11-10Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextGravatar Mark Brown 1-60/+90
2017-10-10ASoC: dapm: mark 'snd_soc_dapm_free_kcontrol' as staticGravatar Arnd Bergmann 1-1/+1
2017-10-10ASoC: dapm: add initialization for w_param_text pointerGravatar Arnd Bergmann 1-0/+2
2017-10-05ASoC: dapm: Avoid creating kcontrol for paramsGravatar anish kumar 1-54/+86
2017-09-25ASoC: dapm: Make snd_soc_dapm_add/del_routes use runtime mutex subclassGravatar Stuart Henderson 1-2/+2
2017-09-25ASoC: remove unneeded dai->driver->ops checkGravatar Kuninori Morimoto 1-4/+4
2017-09-20ASoC: dapm: Refactor the code in snd_soc_dapm_new_pcmGravatar anish kumar 1-8/+4
2017-09-20ASoC: dapm: fix error path in snd_soc_dapm_new_pcmGravatar anish kumar 1-1/+1
2017-01-20ASoC: dapm: fix some pointer error handlingGravatar Linus Walleij 1-0/+20
2017-01-17ASoC: dapm: handle probe deferralsGravatar Linus Walleij 1-0/+42
2016-11-02ASoC: dapm: Implement stereo mixer control supportGravatar Chen-Yu Tsai 1-29/+112
2016-11-02ASoC: dapm: Support second register for DAPM control updatesGravatar Chen-Yu Tsai 1-2/+11
2016-09-29Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextGravatar Mark Brown 1-9/+8
2016-09-01ASoC: dapm: Fix kcontrol creation for output driver widgetGravatar Chen-Yu Tsai 1-0/+1
2016-09-01ASoC: dapm: Fix value setting for _ENUM_DOUBLE MUX's second channelGravatar Chen-Yu Tsai 1-1/+1
2016-09-01ASoC: dapm: Fix possible uninitialized variable in snd_soc_dapm_get_volsw()Gravatar Chen-Yu Tsai 1-0/+3
2016-08-16ASoC: dapm: Fix typos in commentGravatar Peter Meerwald-Stadler 1-9/+8
2016-07-27ASoC: dapm: Add a dummy snd_pcm_runtime to avoid NULL pointer accessGravatar Nicolin Chen 1-0/+10
2016-07-24Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/dt', 'asoc/topi...Gravatar Mark Brown 1-13/+47