summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ASoC: core: Allow codec_conf DT lookups to match parent of_nodeCharles Keepax2018-04-271-1/+6
* ASoC: Remove platform code now everything is componentisedCharles Keepax2018-04-261-214/+0Star
* ASoC: topology: Revert recent changes while boot errors are investigatedMark Brown2018-04-191-84/+3Star
* ASoC: core: Add name prefix for machines with topology rewritesLiam Girdwood2018-04-171-0/+8
* ASoC: core: Allow topology to override machine driver FE DAI link config.Liam Girdwood2018-04-171-3/+76
* Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown2018-03-281-9/+23
|\
| * Merge branch 'topic/of' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2018-03-121-9/+23
| |\
| | * ASoC: Add snd_soc_of_put_dai_link_codecs() helper functionSylwester Nawrocki2018-03-121-9/+23
* | | Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2018-03-281-55/+21Star
|\ \ \
| * | | ASoC: core: Fix typo roup->groupMark Brown2018-03-091-2/+2
| * | | ASoC: use DEFINE_SHOW_ATTRIBUTE() to decrease code duplicationPeng Donglin2018-02-151-39/+6Star
| * | | ASoC: soc-core: soc_probe_dai() code simplificationKuninori Morimoto2018-02-141-12/+11Star
| * | | ASoC: soc-core: remove error due to probe deferralMartin Hundebøll2018-02-121-2/+2
| | |/ | |/|
* | | soc-core: don't call kfree() for componentKuninori Morimoto2018-03-191-3/+1Star
| |/ |/|
* | ASoC: remove rtd->platform checckKuninori Morimoto2018-02-121-5/+0Star
|/
* Merge tag 'asoc-v4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2018-02-071-2/+10
|\
| *-. Merge remote-tracking branches 'asoc/topic/ak4613', 'asoc/topic/core', 'asoc/...Mark Brown2018-02-071-2/+11
| |\ \
| | | * ASoC: soc-core: snd_soc_rtdcom_lookup() cares component driver nameKuninori Morimoto2018-01-231-2/+10
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge remote-tracking branches 'asoc/topic/da7218', 'asoc/topic/dai-drv', 'as...Mark Brown2018-01-121-4/+11
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2018-01-121-0/+10
| |\ \ \ \ \
* | \ \ \ \ \ Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-1/+1
|\ \ \ \ \ \ \