Age | Commit message (Expand) | Author | Files | Lines |
2018-10-19 | ASoC: dapm: Add support for hw_free on CODEC to CODEC links | Charles Keepax | 1 | -6/+11 |
2018-09-20 | ASoC: add for_each_card_rtds() macro | Kuninori Morimoto | 1 | -1/+1 |
2018-09-18 | ASoC: remove redundant include | zhong jiang | 1 | -1/+0 |
2018-09-10 | ASoC: dapm: Add missing return value check for snd_soc_dapm_new_dai | Charles Keepax | 1 | -0/+16 |
2018-09-10 | ASoC: dapm: Fix a couple uninitialized ret variables | Dan Carpenter | 1 | -1/+3 |
2018-09-07 | ASoC: dapm: Avoid uninitialised variable warning | Charles Keepax | 1 | -1/+1 |
2018-09-05 | ASoC: dapm: Move CODEC to CODEC params from the widget to the runtime | Charles Keepax | 1 | -8/+11 |
2018-09-05 | ASoC: dapm: Add support for multi-CODEC CODEC to CODEC links | Charles Keepax | 1 | -53/+70 |
2018-09-05 | ASoC: dapm: Move connection of CODEC to CODEC DAIs | Charles Keepax | 1 | -37/+66 |
2018-09-05 | ASoC: dapm: Cosmetic tidy up of snd_soc_dapm_new_control | Charles Keepax | 1 | -14/+23 |
2018-09-05 | ASoC: dapm: Move error handling to snd_soc_dapm_new_control_unlocked | Charles Keepax | 1 | -99/+19 |
2018-09-04 | ASoC: add for_each_rtd_codec_dai() macro | Kuninori Morimoto | 1 | -6/+8 |
2018-09-03 | ASoC: core: Don't schedule DAPM work if already in target state | Jon Hunter | 1 | -2/+2 |
2018-08-28 | ASoC: dapm: Don't fail creating new DAPM control on NULL pinctrl | Charles Keepax | 1 | -1/+1 |
2018-08-28 | ASoC: dapm: Remove clock framework ifdefs | Charles Keepax | 1 | -6/+1 |
2018-08-15 | ASoC: dapm: Fix NULL pointer deference on CODEC to CODEC DAIs | Charles Keepax | 1 | -0/+4 |
2018-07-26 | ASoC: dapm: Use int for format bit position | Takashi Iwai | 1 | -1/+1 |
2018-07-02 | ASoC: soc-dapm: convert to SPDX identifiers | Kuninori Morimoto | 1 | -24/+18 |
2018-06-22 | Merge branch 'asoc-4.18' into asoc-4.19 for amd dep | Mark Brown | 1 | -0/+7 |
2018-06-18 | ASoC: dapm: Fix potential DAI widget pointer deref when linking DAIs | Liam Girdwood | 1 | -0/+7 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
2018-06-07 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 1 | -1/+1 |
2018-06-04 | ASoC: dapm: delete dapm_kcontrol_data paths list before freeing it | Srinivas Kandagatla | 1 | -0/+2 |
2018-05-31 | ASoC: dapm: use match_string() helper | Xie Yisheng | 1 | -11/+7 |
2018-03-28 | Merge remote-tracking branches 'asoc/topic/sirf-audio', 'asoc/topic/sn95031',... | Mark Brown | 1 | -2/+2 |
2018-03-13 | ASoC: dapm: add support to pinctrl dapm | Srinivas Kandagatla | 1 | -0/+42 |
2018-02-14 | ASoC: soc-dapm: Use empty struct initializer | Fabio Estevam | 1 | -2/+2 |
2018-02-07 | Merge tag 'asoc-v4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 1 | -1/+1 |
2018-02-07 | ASoC: dapm: fix debugfs read using path->connected | KaiChieh Chuang | 1 | -1/+1 |
2018-01-09 | treewide: Use DEVICE_ATTR_RO | Joe Perches | 1 | -1/+1 |
2017-11-11 | Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next | Mark Brown | 1 | -60/+90 |
2017-10-10 | ASoC: dapm: mark 'snd_soc_dapm_free_kcontrol' as static | Arnd Bergmann | 1 | -1/+1 |
2017-10-10 | ASoC: dapm: add initialization for w_param_text pointer | Arnd Bergmann | 1 | -0/+2 |
2017-10-05 | ASoC: dapm: Avoid creating kcontrol for params | anish kumar | 1 | -54/+86 |
2017-09-25 | ASoC: dapm: Make snd_soc_dapm_add/del_routes use runtime mutex subclass | Stuart Henderson | 1 | -2/+2 |
2017-09-25 | ASoC: remove unneeded dai->driver->ops check | Kuninori Morimoto | 1 | -4/+4 |
2017-09-20 | ASoC: dapm: Refactor the code in snd_soc_dapm_new_pcm | anish kumar | 1 | -8/+4 |
2017-09-20 | ASoC: dapm: fix error path in snd_soc_dapm_new_pcm | anish kumar | 1 | -1/+1 |
2017-01-20 | ASoC: dapm: fix some pointer error handling | Linus Walleij | 1 | -0/+20 |
2017-01-17 | ASoC: dapm: handle probe deferrals | Linus Walleij | 1 | -0/+42 |
2016-11-02 | ASoC: dapm: Implement stereo mixer control support | Chen-Yu Tsai | 1 | -29/+112 |
2016-11-02 | ASoC: dapm: Support second register for DAPM control updates | Chen-Yu Tsai | 1 | -2/+11 |
2016-09-29 | Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next | Mark Brown | 1 | -9/+8 |
2016-09-01 | ASoC: dapm: Fix kcontrol creation for output driver widget | Chen-Yu Tsai | 1 | -0/+1 |
2016-09-01 | ASoC: dapm: Fix value setting for _ENUM_DOUBLE MUX's second channel | Chen-Yu Tsai | 1 | -1/+1 |
2016-09-01 | ASoC: dapm: Fix possible uninitialized variable in snd_soc_dapm_get_volsw() | Chen-Yu Tsai | 1 | -0/+3 |
2016-08-16 | ASoC: dapm: Fix typos in comment | Peter Meerwald-Stadler | 1 | -9/+8 |
2016-07-27 | ASoC: dapm: Add a dummy snd_pcm_runtime to avoid NULL pointer access | Nicolin Chen | 1 | -0/+10 |
2016-07-25 | Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/dt', 'asoc/topi... | Mark Brown | 1 | -13/+47 |