summaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
Commit message (Expand)AuthorAgeFilesLines
* ASoC: fix 0-day warnings with snd_soc_new_compress()Pierre-Louis Bossart2018-05-301-0/+5
* ASoC: soc.h: merge CONFIG_DEBUG_FSKuninori Morimoto2018-05-091-4/+1
* ASoC: remove Codec related codeKuninori Morimoto2018-05-091-265/+0
* ASoC: remove unneeded .pcm_new/freeKuninori Morimoto2018-05-091-2/+0
* ASoC: remove .get_regmapKuninori Morimoto2018-05-091-2/+0
* ASoC: remove codec reg_cacheKuninori Morimoto2018-05-091-13/+0
* ASoC: remove codec hw_write/control_dataKuninori Morimoto2018-05-091-2/+0
* ASoC: Remove platform code now everything is componentisedCharles Keepax2018-04-261-100/+3
* ASoC: topology: Revert recent changes while boot errors are investigatedMark Brown2018-04-191-12/+0
* ASoC: core: Add name prefix for machines with topology rewritesLiam Girdwood2018-04-171-0/+2
* ASoC: core: Allow topology to override machine driver FE DAI link config.Liam Girdwood2018-04-171-0/+10
*-. Merge remote-tracking branches 'asoc/topic/88pm860x', 'asoc/topic/ab8500', 'a...Mark Brown2018-03-281-3/+10
|\ \
| | * ASoC: ac97: replace codec to componentKuninori Morimoto2018-02-121-3/+10
| |/
* / ASoC: Add snd_soc_of_put_dai_link_codecs() helper functionSylwester Nawrocki2018-03-121-0/+1
|/
*-. Merge remote-tracking branches 'asoc/topic/max98373', 'asoc/topic/mtk', 'asoc...Mark Brown2018-02-071-1/+1
|\ \
| | * ASoC: soc-pcm: rename .pmdown_time to .use_pmdown_time for ComponentKuninori Morimoto2018-01-241-1/+1
| |/
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/ak4613', 'asoc/topic/core', 'asoc/...Mark Brown2018-02-071-0/+3
|\ \ \ | | |/ | |/|
| | * ASoC: add Component level .read/.writeKuninori Morimoto2018-01-161-0/+3
| |/
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/da7218', 'asoc/topic/dai-drv', 'as...Mark Brown2018-01-121-3/+1
|\ \ \ | | |/ | |/|
| | * ASoC: soc.h: Arrange DAI related parameterKuninori Morimoto2017-12-201-2/+1
| | * ASoC: soc-core: remove dai_drv from snd_soc_componentKuninori Morimoto2017-12-201-1/+0
| |/
* / ASoC: add snd_soc_disconnect_sync()Kuninori Morimoto2017-11-281-0/+2
|/
* Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown2017-11-101-0/+14
|\
| * ASoC: Add helper to find codec_dai from dai_namePierre-Louis Bossart2017-10-181-0/+14
* | ASoC: add snd_soc_dapm_kcontrol_component()Kuninori Morimoto2017-11-081-0/+13
* | ASoC: add snd_soc_component_cache_sync()Kuninori Morimoto2017-11-081-0/+12
* | ASoC: add snd_soc_component_xxx_bias_level()Kuninori Morimoto2017-11-081-0/+45
* | ASoC: add snd_soc_component_read32Kuninori Morimoto2017-11-081-0/+2
* | ASoC: snd_soc_component_driver has non_legacy_dai_namingKuninori Morimoto2017-10-231-0/+1
* | ASoC: snd_soc_component_driver has endiannessKuninori Morimoto2017-10-231-0/+1
* | ASoC: snd_soc_component_driver has pmdown_timeKuninori Morimoto2017-10-231-0/+1
* | ASoC: snd_soc_component_driver has snd_compr_opsKuninori Morimoto2017-10-231-0/+1
* | ASoC: snd_soc_component_driver has snd_pcm_opsKuninori Morimoto2017-10-231-0/+2
* | Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2017-10-101-0/+5
|\ \
| * | ASoC: soc-core: add snd_soc_add_component()Kuninori Morimoto2017-10-101-0/+5
* | | ASoC: soc-core: add component lookup functionsKuninori Morimoto2017-10-041-0/+2
* | | ASoC: add Component level set_bias_levelKuninori Morimoto2017-09-271-0/+8
* | | ASoC: add Component level pcm_new/pcm_free v2Kuninori Morimoto2017-09-271-0/+6
|/ /
* / ASoC: add missing snd_soc_component_set_jackKuninori Morimoto2017-09-201-0/+2
|/
* Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2017-09-011-7/+14
|\
| * Merge branch 'topic/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2017-08-101-1/+0
| |\
| | * ASoC: soc-pcm: Remove unused 'debugfs_dpcm_state' entryFabio Estevam2017-07-311-1/+0
| * | Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2017-08-101-2/+2
| |\ \
| * | | ASoC: use snd_soc_rtdcom_add() and convert to consistent operationKuninori Morimoto2017-08-101-1/+1
| * | | ASoC: soc-core: add snd_soc_rtdcom_xxx()Kuninori Morimoto2017-08-101-0/+13
| * | | ASoC: soc-core: Remove unneeded dentry member from snd_soc_codecFabio Estevam2017-08-071-4/+0
| * | | ASoC: remove cache_bypass from snd_soc_codecKuninori Morimoto2017-07-261-1/+0
| | |/ | |/|
* | | ASoC: add Component level set_jackKuninori Morimoto2017-08-301-0/+4
* | | ASoC: add Component level set_pllKuninori Morimoto2017-08-301-0/+7
* | | ASoC: add Component level set_sysclkKuninori Morimoto2017-08-301-0/+11