| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: core: conditionally increase module refcount on component open | Ranjani Sridharan | 2019-04-08 | 1 | -2/+2 |
* | ASoC: dpcm: prevent snd_soc_dpcm use after free | KaiChieh Chuang | 2019-03-11 | 1 | -0/+1 |
* | ASoC: soc-core: Fix probe deferral following prelink failure | Jonathan Hunter | 2019-03-04 | 1 | -0/+1 |
* | ASoC: core: don't increase component module refcount unconditionally | Pierre-Louis Bossart | 2019-02-08 | 1 | -2/+4 |
* | Merge branch 'asoc-5.0' into asoc-5.1 for dapm table | Mark Brown | 2019-02-06 | 1 | -2/+7 |
|\ |
|
| * | ASoC: topology: fix oops/use-after-free case with dai driver | Guennadi Liakhovetski | 2019-02-02 | 1 | -1/+1 |
| * | ASoC: core: Allow soc_find_component lookups to match parent of_node | Charles Keepax | 2019-01-25 | 1 | -1/+6 |
* | | ASoC: soc-core: clear platform pointers on error | Curtis Malainey | 2019-02-04 | 1 | -1/+20 |
* | | ASoC: soc-core: use for_each_link_codecs() for dai_link codecs V2 | Kuninori Morimoto | 2019-01-28 | 1 | -5/+4 |
* | | ASoC: core: Fix multi-CODEC setups | Mark Brown | 2019-01-22 | 1 | -2/+3 |
* | | ASoC: soc-core: use for_each_link_codecs() for dai_link codecs | Kuninori Morimoto | 2019-01-21 | 1 | -3/+2 |
* | | ASoC: soc-core: add soc_cleanup_component() | Kuninori Morimoto | 2019-01-21 | 1 | -12/+14 |
* | | ASoC: soc-core: reduce if/else nest on soc_probe_link_dais | Kuninori Morimoto | 2019-01-21 | 1 | -20/+17 |
* | | ASoC: soc-core: merge card resources cleanup method | Kuninori Morimoto | 2019-01-21 | 1 | -60/+43 |
* | | ASoC: soc-core: add new snd_soc_flush_all_delayed_work() | Kuninori Morimoto | 2019-01-21 | 1 | -8/+11 |
* | | ASoC: soc-core: add .num_platform for dai_link | Kuninori Morimoto | 2019-01-21 | 1 | -7/+16 |
* | | ASoC: soc.h: add explanation of legacy/modern style of dai_link | Kuninori Morimoto | 2019-01-18 | 1 | -2/+18 |
* | | Merge tag 'asoc-fix-v5.0-rc2' into asoc-5.1 | Mark Brown | 2019-01-18 | 1 | -6/+28 |
|\| |
|
| * | ASoC: core: Don't defer probe on optional, NULL components | Matthias Reichl | 2019-01-15 | 1 | -2/+4 |
| * | ASoC: core: Make snd_soc_find_component() more robust | Mark Brown | 2019-01-15 | 1 | -1/+1 |
| * | ASoC: soc-core: fix init platform memory handling | Curtis Malainey | 2019-01-14 | 1 | -5/+6 |
| * | ASoC: soc-core: Hold client_mutex around soc_init_dai_link() | Rohit kumar | 2019-01-10 | 1 | -0/+4 |
| * | ASoC: soc-core: defer card probe until all component is added to list | Ajit Pandey | 2019-01-09 | 1 | -1/+16 |
* | | ASoC: soc-core: remove error due to probe deferral | Stefan Agner | 2019-01-18 | 1 | -2/+2 |
|/ |
|
* | ASoC: core: Invoke pcm_new() for all DAI-link | Rohit kumar | 2018-12-13 | 1 | -1/+1 |
* | Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br... | Mark Brown | 2018-12-13 | 1 | -0/+1 |
|\ |
|
| * | ASoC: dapm: Recalculate audio map forcely when card instantiated | Tzung-Bi Shih | 2018-11-14 | 1 | -0/+1 |
* | | ASoC: soc-core: add snd_soc_of_parse_node_prefix() | Kuninori Morimoto | 2018-11-23 | 1 | -6/+5 |
|/ |
|
* | ASoC: soc-core: fix trivial checkpatch issues | Marcel Ziswiler | 2018-10-19 | 1 | -58/+88 |
* | ASoC: add for_each_component_dais() macro | Kuninori Morimoto | 2018-09-21 | 1 | -5/+6 |
* | ASoC: add for_each_component() macro | Kuninori Morimoto | 2018-09-21 | 1 | -10/+14 |
* | ASoC: add for_each_comp_order() macro | Kuninori Morimoto | 2018-09-20 | 1 | -12/+6 |
* | ASoC: add for_each_card_components() macro | Kuninori Morimoto | 2018-09-20 | 1 | -2/+3 |
* | ASoC: add for_each_card_rtds() macro | Kuninori Morimoto | 2018-09-20 | 1 | -24/+24 |
* | ASoC: add for_each_card_links() macro | Kuninori Morimoto | 2018-09-20 | 1 | -4/+4 |
* | ASoC: add for_each_card_prelinks() macro | Kuninori Morimoto | 2018-09-20 | 1 | -9/+7 |
* | ASoC: soc-core: add snd_soc_is_matching_component() | Kuninori Morimoto | 2018-09-17 | 1 | -20/+22 |
* | ASoC: soc-core: manage platform name under snd_soc_init_platform() | Kuninori Morimoto | 2018-09-17 | 1 | -16/+17 |
* | ASoC: soc-core: remove dai->driver NULL check | Kuninori Morimoto | 2018-09-12 | 1 | -5/+0 |
* | ASoC: core: add support to card rebind | Srinivas Kandagatla | 2018-09-12 | 1 | -27/+58 |
* | ASoC: soc-core: remove unused num_dai_links | Kuninori Morimoto | 2018-09-11 | 1 | -4/+0 |
* | ASoC: soc-core: avoid nested code on soc_remove_dai() | Kuninori Morimoto | 2018-09-11 | 1 | -10/+11 |
* | ASoC: dapm: Move connection of CODEC to CODEC DAIs | Charles Keepax | 2018-09-05 | 1 | -47/+0 |
* | ASoC: add for_each_rtd_codec_dai() macro | Kuninori Morimoto | 2018-09-04 | 1 | -19/+19 |
* | ASoC: add for_each_link_codecs() macro | Kuninori Morimoto | 2018-09-04 | 1 | -9/+8 |
* | ASoC: fix soc-core.c kernel-doc warning | Randy Dunlap | 2018-09-03 | 1 | -2/+0 |
* | ASoC: soc-core: use snd_soc_dai_link_component for platform | Kuninori Morimoto | 2018-08-31 | 1 | -7/+41 |
* | ASoC: dapm: Fix NULL pointer deference on CODEC to CODEC DAIs | Charles Keepax | 2018-08-15 | 1 | -2/+2 |
* | ASoC: core: mark expected switch fall-through | Gustavo A. R. Silva | 2018-08-03 | 1 | -0/+1 |
* | ASoC: core: remove support for card rebind using component framework | Srinivas Kandagatla | 2018-08-02 | 1 | -62/+0 |