aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-1/+1
2018-11-26ASoC: soc.h: makes snd_soc_of_parse_audio_prefix() inlineKuninori Morimoto1-3/+9
2018-11-23ASoC: soc-core: add snd_soc_of_parse_node_prefix()Kuninori Morimoto1-1/+5
2018-11-05ASoC: wm97xx: fix uninitialized regmap pointer problemArnd Bergmann1-1/+1
2018-10-30ASoC: fix oops w/ for_each_rtd_codec_dai_rollback() macroPierre-Louis Bossart1-1/+1
2018-09-21ASoC: add for_each_component_dais() macroKuninori Morimoto1-0/+5
2018-09-20ASoC: add for_each_comp_order() macroKuninori Morimoto1-0/+5
2018-09-20ASoC: add for_each_card_components() macroKuninori Morimoto1-0/+3
2018-09-20ASoC: add for_each_card_rtds() macroKuninori Morimoto1-0/+4
2018-09-20ASoC: add for_each_card_links() macroKuninori Morimoto1-0/+6
2018-09-20ASoC: add for_each_card_prelinks() macroKuninori Morimoto1-0/+4
2018-09-20ASoC: rename for_each_rtd_codec_dai_reverse to rollbackKuninori Morimoto1-1/+1
2018-09-12ASoC: core: add support to card rebindSrinivas Kandagatla1-0/+2
2018-09-11ASoC: soc-core: remove unused num_dai_linksKuninori Morimoto1-1/+0
2018-09-05ASoC: dapm: Move CODEC to CODEC params from the widget to the runtimeCharles Keepax1-0/+2
2018-09-04ASoC: add for_each_rtd_codec_dai() macroKuninori Morimoto1-0/+7
2018-09-04ASoC: add for_each_link_codecs() macroKuninori Morimoto1-0/+4
2018-08-31ASoC: soc-core: use snd_soc_dai_link_component for platformKuninori Morimoto1-0/+2
2018-08-02ASoC: core: remove support for card rebind using component frameworkSrinivas Kandagatla1-7/+0
2018-07-20ASoC: export snd_soc_of_get_slot_maskJerome Brunet1-0/+3
2018-07-18ASoC: core: add support to card re-bind using component frameworkSrinivas Kandagatla1-0/+7
2018-07-11ASoC: dpcm: add rate merge to the BE stream mergeJerome Brunet1-0/+2
2018-07-03ASoC: core: Allow topology to override machine driver FE DAI link config.Liam Girdwood1-0/+13
2018-07-02ASoC: soc-core: convert to SPDX identifiersKuninori Morimoto1-7/+4
2018-06-22ASoC: soc-pcm: DPCM cares BE channel constraintJiada Wang1-0/+2
2018-05-30ASoC: fix 0-day warnings with snd_soc_new_compress()Pierre-Louis Bossart1-0/+5
2018-05-09ASoC: soc.h: merge CONFIG_DEBUG_FSKuninori Morimoto1-4/+1
2018-05-09ASoC: remove Codec related codeKuninori Morimoto1-265/+0
2018-05-09ASoC: remove unneeded .pcm_new/freeKuninori Morimoto1-2/+0
2018-05-09ASoC: remove .get_regmapKuninori Morimoto1-2/+0
2018-05-09ASoC: remove codec reg_cacheKuninori Morimoto1-13/+0
2018-05-09ASoC: remove codec hw_write/control_dataKuninori Morimoto1-2/+0
2018-04-26ASoC: Remove platform code now everything is componentisedCharles Keepax1-100/+3
2018-04-19ASoC: topology: Revert recent changes while boot errors are investigatedMark Brown1-12/+0
2018-04-17ASoC: core: Add name prefix for machines with topology rewritesLiam Girdwood1-0/+2
2018-04-17ASoC: core: Allow topology to override machine driver FE DAI link config.Liam Girdwood1-0/+10
2018-03-28Merge remote-tracking branches 'asoc/topic/88pm860x', 'asoc/topic/ab8500', 'asoc/topic/ac97', 'asoc/topic/ad1836' and 'asoc/topic/ad193x' into asoc-nextMark Brown1-3/+10
2018-03-12ASoC: Add snd_soc_of_put_dai_link_codecs() helper functionSylwester Nawrocki1-0/+1
2018-02-12ASoC: ac97: replace codec to componentKuninori Morimoto1-3/+10
2018-02-07Merge remote-tracking branches 'asoc/topic/max98373', 'asoc/topic/mtk', 'asoc/topic/pcm', 'asoc/topic/rockchip' and 'asoc/topic/sam9g20_wm8731' into asoc-nextMark Brown1-1/+1
2018-02-07Merge remote-tracking branches 'asoc/topic/ak4613', 'asoc/topic/core', 'asoc/topic/dmic' and 'asoc/topic/intel' into asoc-nextMark Brown1-0/+3
2018-01-24ASoC: soc-pcm: rename .pmdown_time to .use_pmdown_time for ComponentKuninori Morimoto1-1/+1
2018-01-16ASoC: add Component level .read/.writeKuninori Morimoto1-0/+3
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-3/+1
2017-12-20ASoC: soc.h: Arrange DAI related parameterKuninori Morimoto1-2/+1
2017-12-20ASoC: soc-core: remove dai_drv from snd_soc_componentKuninori Morimoto1-1/+0
2017-11-28ASoC: add snd_soc_disconnect_sync()Kuninori Morimoto1-0/+2
2017-11-10Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown1-0/+14
2017-11-08ASoC: add snd_soc_dapm_kcontrol_component()Kuninori Morimoto1-0/+13
2017-11-08ASoC: add snd_soc_component_cache_sync()Kuninori Morimoto1-0/+12