Age | Commit message (Expand) | Author |
2019-04-02 | ASoC: dapm: set power_check callback for widgets that shouldnt be always on | Ranjani Sridharan |
2019-03-25 | ASoC: dapm: Fix NULL pointer dereference in snd_soc_dapm_free_kcontrol | Pankaj Bharadiya |
2019-02-19 | ASoC: dapm: Potential small memory leak in dapm_cnew_widget() | Dan Carpenter |
2019-02-12 | ASoC: Use __printf markup to silence compiler | Mathieu Malaterre |
2019-02-06 | ASoC: dapm: harden use of lookup tables | Pierre-Louis Bossart |
2019-02-06 | Merge branch 'asoc-5.0' into asoc-5.1 for dapm table | Mark Brown |
2019-02-06 | ASoC: dapm: fix out-of-bounds accesses to DAPM lookup tables | Pierre-Louis Bossart |
2019-02-06 | ASoC: dapm: Check for NULL widget in dapm_update_dai_unlocked | Charles Keepax |
2019-02-02 | ASoC: dapm: Add warnings for widget overwrite when adding route | Zhiwei Jiang |
2019-02-02 | ASoC: dapm: Only power up active channels from a DAI | Charles Keepax |
2019-02-02 | ASoC: dapm: fix use-after-free issue with dailink sname | Pierre-Louis Bossart |
2019-01-15 | ASoC: dapm: change snprintf to scnprintf for possible overflow | Silvio Cesare |
2018-10-19 | ASoC: dapm: Add support for hw_free on CODEC to CODEC links | Charles Keepax |
2018-09-20 | ASoC: add for_each_card_rtds() macro | Kuninori Morimoto |
2018-09-18 | ASoC: remove redundant include | zhong jiang |
2018-09-10 | ASoC: dapm: Add missing return value check for snd_soc_dapm_new_dai | Charles Keepax |
2018-09-10 | ASoC: dapm: Fix a couple uninitialized ret variables | Dan Carpenter |
2018-09-07 | ASoC: dapm: Avoid uninitialised variable warning | Charles Keepax |
2018-09-05 | ASoC: dapm: Move CODEC to CODEC params from the widget to the runtime | Charles Keepax |
2018-09-05 | ASoC: dapm: Add support for multi-CODEC CODEC to CODEC links | Charles Keepax |
2018-09-05 | ASoC: dapm: Move connection of CODEC to CODEC DAIs | Charles Keepax |
2018-09-05 | ASoC: dapm: Cosmetic tidy up of snd_soc_dapm_new_control | Charles Keepax |
2018-09-05 | ASoC: dapm: Move error handling to snd_soc_dapm_new_control_unlocked | Charles Keepax |
2018-09-04 | ASoC: add for_each_rtd_codec_dai() macro | Kuninori Morimoto |
2018-09-03 | ASoC: core: Don't schedule DAPM work if already in target state | Jon Hunter |
2018-08-28 | ASoC: dapm: Don't fail creating new DAPM control on NULL pinctrl | Charles Keepax |
2018-08-28 | ASoC: dapm: Remove clock framework ifdefs | Charles Keepax |
2018-08-15 | ASoC: dapm: Fix NULL pointer deference on CODEC to CODEC DAIs | Charles Keepax |
2018-07-26 | ASoC: dapm: Use int for format bit position | Takashi Iwai |
2018-07-02 | ASoC: soc-dapm: convert to SPDX identifiers | Kuninori Morimoto |
2018-06-22 | Merge branch 'asoc-4.18' into asoc-4.19 for amd dep | Mark Brown |
2018-06-18 | ASoC: dapm: Fix potential DAI widget pointer deref when linking DAIs | Liam Girdwood |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-06-06 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook |
2018-06-04 | ASoC: dapm: delete dapm_kcontrol_data paths list before freeing it | Srinivas Kandagatla |
2018-05-31 | ASoC: dapm: use match_string() helper | Xie Yisheng |
2018-03-28 | Merge remote-tracking branches 'asoc/topic/sirf-audio', 'asoc/topic/sn95031',... | Mark Brown |
2018-03-13 | ASoC: dapm: add support to pinctrl dapm | Srinivas Kandagatla |
2018-02-14 | ASoC: soc-dapm: Use empty struct initializer | Fabio Estevam |
2018-02-07 | Merge tag 'asoc-v4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds |
2018-02-07 | ASoC: dapm: fix debugfs read using path->connected | KaiChieh Chuang |
2018-01-09 | treewide: Use DEVICE_ATTR_RO | Joe Perches |
2017-11-10 | Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next | Mark Brown |
2017-10-10 | ASoC: dapm: mark 'snd_soc_dapm_free_kcontrol' as static | Arnd Bergmann |
2017-10-10 | ASoC: dapm: add initialization for w_param_text pointer | Arnd Bergmann |
2017-10-05 | ASoC: dapm: Avoid creating kcontrol for params | anish kumar |
2017-09-25 | ASoC: dapm: Make snd_soc_dapm_add/del_routes use runtime mutex subclass | Stuart Henderson |
2017-09-25 | ASoC: remove unneeded dai->driver->ops check | Kuninori Morimoto |
2017-09-20 | ASoC: dapm: Refactor the code in snd_soc_dapm_new_pcm | anish kumar |