aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-13ASoC: core: Invoke pcm_new() for all DAI-linkRohit kumar1-1/+1
2018-12-13Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-4.21 intel depMark Brown1-0/+1
2018-11-23ASoC: soc-core: add snd_soc_of_parse_node_prefix()Kuninori Morimoto1-6/+5
2018-11-14ASoC: dapm: Recalculate audio map forcely when card instantiatedTzung-Bi Shih1-0/+1
2018-10-19ASoC: soc-core: fix trivial checkpatch issuesMarcel Ziswiler1-58/+88
2018-09-21ASoC: add for_each_component_dais() macroKuninori Morimoto1-5/+6
2018-09-21ASoC: add for_each_component() macroKuninori Morimoto1-10/+14
2018-09-20ASoC: add for_each_comp_order() macroKuninori Morimoto1-12/+6
2018-09-20ASoC: add for_each_card_components() macroKuninori Morimoto1-2/+3
2018-09-20ASoC: add for_each_card_rtds() macroKuninori Morimoto1-24/+24
2018-09-20ASoC: add for_each_card_links() macroKuninori Morimoto1-4/+4
2018-09-20ASoC: add for_each_card_prelinks() macroKuninori Morimoto1-9/+7
2018-09-17ASoC: soc-core: add snd_soc_is_matching_component()Kuninori Morimoto1-20/+22
2018-09-17ASoC: soc-core: manage platform name under snd_soc_init_platform()Kuninori Morimoto1-16/+17
2018-09-12ASoC: soc-core: remove dai->driver NULL checkKuninori Morimoto1-5/+0
2018-09-12ASoC: core: add support to card rebindSrinivas Kandagatla1-27/+58
2018-09-11ASoC: soc-core: remove unused num_dai_linksKuninori Morimoto1-4/+0
2018-09-11ASoC: soc-core: avoid nested code on soc_remove_dai()Kuninori Morimoto1-10/+11
2018-09-05ASoC: dapm: Move connection of CODEC to CODEC DAIsCharles Keepax1-47/+0
2018-09-04ASoC: add for_each_rtd_codec_dai() macroKuninori Morimoto1-19/+19
2018-09-04ASoC: add for_each_link_codecs() macroKuninori Morimoto1-9/+8
2018-09-03ASoC: fix soc-core.c kernel-doc warningRandy Dunlap1-2/+0
2018-08-31ASoC: soc-core: use snd_soc_dai_link_component for platformKuninori Morimoto1-7/+41
2018-08-15ASoC: dapm: Fix NULL pointer deference on CODEC to CODEC DAIsCharles Keepax1-2/+2
2018-08-03ASoC: core: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-02ASoC: core: remove support for card rebind using component frameworkSrinivas Kandagatla1-62/+0
2018-07-24ASoC: core: add support to snd_soc_dai_get_channel_map()Srinivas Kandagatla1-0/+22
2018-07-20ASoC: export snd_soc_of_get_slot_maskJerome Brunet1-3/+4
2018-07-18ASoC: core: add support to card re-bind using component frameworkSrinivas Kandagatla1-0/+62
2018-07-13ASoC: allow soc-core to pick up name prefixes from component nodesJerome Brunet1-5/+23
2018-07-03ASoC: core: Allow topology to override machine driver FE DAI link config.Liam Girdwood1-3/+98
2018-07-02ASoC: soc-core: convert to SPDX identifiersKuninori Morimoto1-23/+18
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-05-09ASoC: soc-core: remove legacy_dai_naming from snd_soc_register_dais()Kuninori Morimoto1-5/+3
2018-05-09ASoC: soc-core: remove snd_soc_component_add_unlocked()Kuninori Morimoto1-6/+3
2018-05-09ASoC: add component_list_show()Kuninori Morimoto1-0/+19
2018-05-09ASoC: remove Codec related codeKuninori Morimoto1-320/+11
2018-05-09ASoC: remove unneeded .pcm_new/freeKuninori Morimoto1-18/+0
2018-05-09ASoC: remove .get_regmapKuninori Morimoto1-3/+0
2018-05-09ASoC: remove codec reg_cacheKuninori Morimoto1-207/+0
2018-04-27ASoC: core: Allow codec_conf DT lookups to match parent of_nodeCharles Keepax1-1/+6
2018-04-26ASoC: Remove platform code now everything is componentisedCharles Keepax1-214/+0
2018-04-19ASoC: topology: Revert recent changes while boot errors are investigatedMark Brown1-84/+3
2018-04-17ASoC: core: Add name prefix for machines with topology rewritesLiam Girdwood1-0/+8
2018-04-17ASoC: core: Allow topology to override machine driver FE DAI link config.Liam Girdwood1-3/+76
2018-03-28Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown1-9/+23
2018-03-28Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-55/+21
2018-03-19soc-core: don't call kfree() for componentKuninori Morimoto1-3/+1
2018-03-12Merge branch 'topic/of' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-samsungMark Brown1-9/+23