summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)Author
2019-02-02ASoC: topology: fix oops/use-after-free case with dai driverGuennadi Liakhovetski
2019-01-25ASoC: core: Allow soc_find_component lookups to match parent of_nodeCharles Keepax
2019-01-15ASoC: core: Don't defer probe on optional, NULL componentsMatthias Reichl
2019-01-15ASoC: core: Make snd_soc_find_component() more robustMark Brown
2019-01-14ASoC: soc-core: fix init platform memory handlingCurtis Malainey
2019-01-10ASoC: soc-core: Hold client_mutex around soc_init_dai_link()Rohit kumar
2019-01-09ASoC: soc-core: defer card probe until all component is added to listAjit Pandey
2018-12-13ASoC: core: Invoke pcm_new() for all DAI-linkRohit kumar
2018-12-13Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2018-11-23ASoC: soc-core: add snd_soc_of_parse_node_prefix()Kuninori Morimoto
2018-11-14ASoC: dapm: Recalculate audio map forcely when card instantiatedTzung-Bi Shih
2018-10-19ASoC: soc-core: fix trivial checkpatch issuesMarcel Ziswiler
2018-09-21ASoC: add for_each_component_dais() macroKuninori Morimoto
2018-09-21ASoC: add for_each_component() macroKuninori Morimoto
2018-09-20ASoC: add for_each_comp_order() macroKuninori Morimoto
2018-09-20ASoC: add for_each_card_components() macroKuninori Morimoto
2018-09-20ASoC: add for_each_card_rtds() macroKuninori Morimoto
2018-09-20ASoC: add for_each_card_links() macroKuninori Morimoto
2018-09-20ASoC: add for_each_card_prelinks() macroKuninori Morimoto
2018-09-17ASoC: soc-core: add snd_soc_is_matching_component()Kuninori Morimoto
2018-09-17ASoC: soc-core: manage platform name under snd_soc_init_platform()Kuninori Morimoto
2018-09-12ASoC: soc-core: remove dai->driver NULL checkKuninori Morimoto
2018-09-12ASoC: core: add support to card rebindSrinivas Kandagatla
2018-09-11ASoC: soc-core: remove unused num_dai_linksKuninori Morimoto
2018-09-11ASoC: soc-core: avoid nested code on soc_remove_dai()Kuninori Morimoto
2018-09-05ASoC: dapm: Move connection of CODEC to CODEC DAIsCharles Keepax
2018-09-04ASoC: add for_each_rtd_codec_dai() macroKuninori Morimoto
2018-09-04ASoC: add for_each_link_codecs() macroKuninori Morimoto
2018-09-03ASoC: fix soc-core.c kernel-doc warningRandy Dunlap
2018-08-31ASoC: soc-core: use snd_soc_dai_link_component for platformKuninori Morimoto
2018-08-15ASoC: dapm: Fix NULL pointer deference on CODEC to CODEC DAIsCharles Keepax
2018-08-03ASoC: core: mark expected switch fall-throughGustavo A. R. Silva
2018-08-02ASoC: core: remove support for card rebind using component frameworkSrinivas Kandagatla
2018-07-24ASoC: core: add support to snd_soc_dai_get_channel_map()Srinivas Kandagatla
2018-07-20ASoC: export snd_soc_of_get_slot_maskJerome Brunet
2018-07-18ASoC: core: add support to card re-bind using component frameworkSrinivas Kandagatla
2018-07-13ASoC: allow soc-core to pick up name prefixes from component nodesJerome Brunet
2018-07-03ASoC: core: Allow topology to override machine driver FE DAI link config.Liam Girdwood
2018-07-02ASoC: soc-core: convert to SPDX identifiersKuninori Morimoto
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-09ASoC: soc-core: remove legacy_dai_naming from snd_soc_register_dais()Kuninori Morimoto
2018-05-09ASoC: soc-core: remove snd_soc_component_add_unlocked()Kuninori Morimoto
2018-05-09ASoC: add component_list_show()Kuninori Morimoto
2018-05-09ASoC: remove Codec related codeKuninori Morimoto
2018-05-09ASoC: remove unneeded .pcm_new/freeKuninori Morimoto
2018-05-09ASoC: remove .get_regmapKuninori Morimoto
2018-05-09ASoC: remove codec reg_cacheKuninori Morimoto
2018-04-27ASoC: core: Allow codec_conf DT lookups to match parent of_nodeCharles Keepax
2018-04-26ASoC: Remove platform code now everything is componentisedCharles Keepax