summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
...
* | ASoC: soc-core: add .num_platform for dai_linkKuninori Morimoto2019-01-211-7/+16
* | ASoC: soc.h: add explanation of legacy/modern style of dai_linkKuninori Morimoto2019-01-181-2/+18
* | Merge tag 'asoc-fix-v5.0-rc2' into asoc-5.1Mark Brown2019-01-181-6/+28
|\|
| * ASoC: core: Don't defer probe on optional, NULL componentsMatthias Reichl2019-01-151-2/+4
| * ASoC: core: Make snd_soc_find_component() more robustMark Brown2019-01-151-1/+1
| * ASoC: soc-core: fix init platform memory handlingCurtis Malainey2019-01-141-5/+6
| * ASoC: soc-core: Hold client_mutex around soc_init_dai_link()Rohit kumar2019-01-101-0/+4
| * ASoC: soc-core: defer card probe until all component is added to listAjit Pandey2019-01-091-1/+16
* | ASoC: soc-core: remove error due to probe deferralStefan Agner2019-01-181-2/+2
|/
* ASoC: core: Invoke pcm_new() for all DAI-linkRohit kumar2018-12-131-1/+1
* Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2018-12-131-0/+1
|\
| * ASoC: dapm: Recalculate audio map forcely when card instantiatedTzung-Bi Shih2018-11-141-0/+1
* | ASoC: soc-core: add snd_soc_of_parse_node_prefix()Kuninori Morimoto2018-11-231-6/+5Star
|/
* ASoC: soc-core: fix trivial checkpatch issuesMarcel Ziswiler2018-10-191-58/+88
* ASoC: add for_each_component_dais() macroKuninori Morimoto2018-09-211-5/+6
* ASoC: add for_each_component() macroKuninori Morimoto2018-09-211-10/+14
* ASoC: add for_each_comp_order() macroKuninori Morimoto2018-09-201-12/+6Star
* ASoC: add for_each_card_components() macroKuninori Morimoto2018-09-201-2/+3
* ASoC: add for_each_card_rtds() macroKuninori Morimoto2018-09-201-24/+24
* ASoC: add for_each_card_links() macroKuninori Morimoto2018-09-201-4/+4
* ASoC: add for_each_card_prelinks() macroKuninori Morimoto2018-09-201-9/+7Star
* ASoC: soc-core: add snd_soc_is_matching_component()Kuninori Morimoto2018-09-171-20/+22
* ASoC: soc-core: manage platform name under snd_soc_init_platform()Kuninori Morimoto2018-09-171-16/+17
* ASoC: soc-core: remove dai->driver NULL checkKuninori Morimoto2018-09-121-5/+0Star
* ASoC: core: add support to card rebindSrinivas Kandagatla2018-09-121-27/+58
* ASoC: soc-core: remove unused num_dai_linksKuninori Morimoto2018-09-111-4/+0Star
* ASoC: soc-core: avoid nested code on soc_remove_dai()Kuninori Morimoto2018-09-111-10/+11
* ASoC: dapm: Move connection of CODEC to CODEC DAIsCharles Keepax2018-09-051-47/+0Star
* ASoC: add for_each_rtd_codec_dai() macroKuninori Morimoto2018-09-041-19/+19
* ASoC: add for_each_link_codecs() macroKuninori Morimoto2018-09-041-9/+8Star
* ASoC: fix soc-core.c kernel-doc warningRandy Dunlap2018-09-031-2/+0Star
* ASoC: soc-core: use snd_soc_dai_link_component for platformKuninori Morimoto2018-08-311-7/+41
* ASoC: dapm: Fix NULL pointer deference on CODEC to CODEC DAIsCharles Keepax2018-08-151-2/+2
* ASoC: core: mark expected switch fall-throughGustavo A. R. Silva2018-08-031-0/+1
* ASoC: core: remove support for card rebind using component frameworkSrinivas Kandagatla2018-08-021-62/+0Star
* ASoC: core: add support to snd_soc_dai_get_channel_map()Srinivas Kandagatla2018-07-241-0/+22
* ASoC: export snd_soc_of_get_slot_maskJerome Brunet2018-07-201-3/+4
* ASoC: core: add support to card re-bind using component frameworkSrinivas Kandagatla2018-07-181-0/+62
* ASoC: allow soc-core to pick up name prefixes from component nodesJerome Brunet2018-07-131-5/+23
* ASoC: core: Allow topology to override machine driver FE DAI link config.Liam Girdwood2018-07-031-3/+98
* ASoC: soc-core: convert to SPDX identifiersKuninori Morimoto2018-07-021-23/+18Star
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-3/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2
* ASoC: soc-core: remove legacy_dai_naming from snd_soc_register_dais()Kuninori Morimoto2018-05-091-5/+3Star
* ASoC: soc-core: remove snd_soc_component_add_unlocked()Kuninori Morimoto2018-05-091-6/+3Star
* ASoC: add component_list_show()Kuninori Morimoto2018-05-091-0/+19
* ASoC: remove Codec related codeKuninori Morimoto2018-05-091-320/+11Star
* ASoC: remove unneeded .pcm_new/freeKuninori Morimoto2018-05-091-18/+0Star
* ASoC: remove .get_regmapKuninori Morimoto2018-05-091-3/+0Star
* ASoC: remove codec reg_cacheKuninori Morimoto2018-05-091-207/+0Star