aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-08ASoC: add snd_soc_component_xxx_bias_level()Kuninori Morimoto1-0/+45
2017-11-08ASoC: add snd_soc_component_read32Kuninori Morimoto1-0/+2
2017-10-23ASoC: snd_soc_component_driver has non_legacy_dai_namingKuninori Morimoto1-0/+1
2017-10-23ASoC: snd_soc_component_driver has endiannessKuninori Morimoto1-0/+1
2017-10-23ASoC: snd_soc_component_driver has pmdown_timeKuninori Morimoto1-0/+1
2017-10-23ASoC: snd_soc_component_driver has snd_compr_opsKuninori Morimoto1-0/+1
2017-10-23ASoC: snd_soc_component_driver has snd_pcm_opsKuninori Morimoto1-0/+2
2017-10-18ASoC: Add helper to find codec_dai from dai_namePierre-Louis Bossart1-0/+14
2017-10-10Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown1-0/+5
2017-10-10ASoC: soc-core: add snd_soc_add_component()Kuninori Morimoto1-0/+5
2017-10-04ASoC: soc-core: add component lookup functionsKuninori Morimoto1-0/+2
2017-09-27ASoC: add Component level set_bias_levelKuninori Morimoto1-0/+8
2017-09-27ASoC: add Component level pcm_new/pcm_free v2Kuninori Morimoto1-0/+6
2017-09-20ASoC: add missing snd_soc_component_set_jackKuninori Morimoto1-0/+2
2017-09-01Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-7/+14
2017-08-30ASoC: add Component level set_jackKuninori Morimoto1-0/+4
2017-08-30ASoC: add Component level set_pllKuninori Morimoto1-0/+7
2017-08-30ASoC: add Component level set_sysclkKuninori Morimoto1-0/+11
2017-08-30Merge tag 'v4.13-rc7' into asoc-componentMark Brown1-6/+0
2017-08-25ASoC: remove duplicate definition of dapm_routes/num_dapm_routesKuninori Morimoto1-2/+0
2017-08-25ASoC: remove duplicate definition of dapm_widgets/num_dapm_widgetsKuninori Morimoto1-2/+0
2017-08-25ASoC: remove duplicate definition of controls/num_controlsKuninori Morimoto1-2/+0
2017-08-10Merge branch 'topic/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown1-1/+0
2017-08-10Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown1-2/+2
2017-08-10ASoC: use snd_soc_rtdcom_add() and convert to consistent operationKuninori Morimoto1-1/+1
2017-08-10ASoC: soc-core: add snd_soc_rtdcom_xxx()Kuninori Morimoto1-0/+13
2017-08-07ASoC: soc-core: rename "cmpnt" to "component"Kuninori Morimoto1-2/+2
2017-08-07ASoC: soc-core: Remove unneeded dentry member from snd_soc_codecFabio Estevam1-4/+0
2017-07-31ASoC: soc-pcm: Remove unused 'debugfs_dpcm_state' entryFabio Estevam1-1/+0
2017-07-26ASoC: remove cache_bypass from snd_soc_codecKuninori Morimoto1-1/+0
2017-07-17ASoC: fix pcm-creation regressionJohan Hovold1-6/+0
2017-05-24ASoC: add snd_soc_get_dai_id() functionKuninori Morimoto1-0/+3
2017-04-30Merge remote-tracking branch 'asoc/topic/rt5665' into asoc-nextMark Brown1-0/+5
2017-04-30Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown1-0/+8
2017-04-24ASoC: Provide a dummy wrapper of snd_soc_set_dmi_name()Takashi Iwai1-0/+8
2017-04-11Merge branch 'topic/jack' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-rt5665Mark Brown1-0/+5
2017-04-10ASoC: jack: add snd_soc_codec_set_jackBard Liao1-0/+4
2017-03-24ASoC: jack - check status of GPIO-based pins on resumeDmitry Torokhov1-0/+1
2017-03-24ASoC: core: remove pointless auxiliary from snd_soc_componentKuninori Morimoto1-1/+0