aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-12ASoC: Add snd_soc_of_put_dai_link_codecs() helper functionSylwester Nawrocki1-9/+23
2018-03-09ASoC: core: Fix typo roup->groupMark Brown1-2/+2
2018-02-15ASoC: use DEFINE_SHOW_ATTRIBUTE() to decrease code duplicationPeng Donglin1-39/+6
2018-02-14ASoC: soc-core: soc_probe_dai() code simplificationKuninori Morimoto1-12/+11
2018-02-12ASoC: soc-core: remove error due to probe deferralMartin Hundebøll1-2/+2
2018-02-12ASoC: remove rtd->platform checckKuninori Morimoto1-5/+0
2018-02-07Merge tag 'asoc-v4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/soundLinus Torvalds1-2/+10
2018-02-07Merge remote-tracking branches 'asoc/topic/ak4613', 'asoc/topic/core', 'asoc/topic/dmic' and 'asoc/topic/intel' into asoc-nextMark Brown1-2/+11
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2018-01-23ASoC: soc-core: snd_soc_rtdcom_lookup() cares component driver nameKuninori Morimoto1-2/+10
2018-01-18Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/debugfs', 'asoc/topic/disconnect', 'asoc/topic/ep93xx' and 'asoc/topic/eukrea-tlv320' into asoc-nextMark Brown1-74/+38
2018-01-18Merge remote-tracking branches 'asoc/topic/cs47l24', 'asoc/topic/cx20442', 'asoc/topic/da7213', 'asoc/topic/da7218' and 'asoc/topic/dai-drv' into asoc-nextMark Brown1-4/+10
2018-01-18Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown1-0/+10
2018-01-18ASoC: use seq_file to dump the contents of dai_list,platform_list and codec_listDonglin Peng1-74/+37
2018-01-18ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_rtdcom_lookupKuninori Morimoto1-0/+1
2018-01-12Merge remote-tracking branches 'asoc/topic/da7218', 'asoc/topic/dai-drv', 'asoc/topic/davinci', 'asoc/topic/disconnect' and 'asoc/topic/ep93xx' into asoc-nextMark Brown1-4/+11
2018-01-12Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown1-0/+10
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-1/+1
2017-12-20ASoC: soc-core: remove dai_drv from snd_soc_componentKuninori Morimoto1-4/+10
2017-12-15ASoC: soc-core: care Codec <-> Codec case by non_legacy_dai_namingKuninori Morimoto1-1/+3
2017-12-05ASoC: don't use rtd->codec on soc_dev_attr_is_visible()Kuninori Morimoto1-1/+1
2017-11-29ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_disconnect_syncKuninori Morimoto1-0/+1
2017-11-28ASoC: add snd_soc_disconnect_sync()Kuninori Morimoto1-0/+10
2017-11-10Merge remote-tracking branches 'asoc/topic/cygnus', 'asoc/topic/da7213', 'asoc/topic/davinci' and 'asoc/topic/doc' into asoc-nextMark Brown1-1/+1
2017-11-01ASoC: fix build warning in soc-core.cRandy Dunlap1-1/+1
2017-10-23ASoC: snd_soc_component_driver has non_legacy_dai_namingKuninori Morimoto1-1/+2
2017-10-23ASoC: snd_soc_component_driver has endiannessKuninori Morimoto1-35/+45
2017-10-10ASoC: soc-core: remove unnecessary message from snd_soc_register_component()Kuninori Morimoto1-3/+1
2017-10-10Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown1-11/+23
2017-10-10ASoC: soc-core: add snd_soc_add_component()Kuninori Morimoto1-11/+23
2017-10-04ASoC: soc-core: add component lookup functionsKuninori Morimoto1-0/+26
2017-09-27ASoC: add Component level set_bias_levelKuninori Morimoto1-1/+12
2017-09-27ASoC: add Component level pcm_new/pcm_free v2Kuninori Morimoto1-0/+42
2017-09-26ASoC: add null_snd_soc_ops and reduce NULL ops checkKuninori Morimoto1-0/+5