summaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-19Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/es8328', 'asoc/t...Mark Brown1-23/+7
2017-02-19Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown1-0/+4
2017-02-19Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown1-12/+6
2017-01-27ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_card_nameKuninori Morimoto1-5/+2
2017-01-27ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_audio_prefixKuninori Morimoto1-5/+1
2017-01-27ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_audio_simple_widgetsKuninori Morimoto1-6/+2
2017-01-27ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_audio_routingKuninori Morimoto1-7/+2
2017-01-17ASoC: core: Add API to use DMI name in sound card long nameLiam Girdwood1-0/+4
2017-01-10ASoC: remove snd_soc_platform_trigger()Kuninori Morimoto1-3/+0
2017-01-09ASoC: remove .bespoke_trigger from snd_soc_platform_driverKuninori Morimoto1-2/+0
2017-01-09ASoC: remove .delay from snd_soc_platform_driverKuninori Morimoto1-7/+0
2016-12-31ASoC: Fix binding and probing of auxiliary componentsSylwester Nawrocki1-0/+3
2016-12-15ASoC: add Component level pcm_new/pcm_freeKuninori Morimoto1-0/+6
2016-12-12Merge remote-tracking branches 'asoc/topic/tlv320aic31xx', 'asoc/topic/topolo...Mark Brown1-0/+3
2016-12-12Merge remote-tracking branches 'asoc/topic/of-graph', 'asoc/topic/pxa', 'asoc...Mark Brown1-7/+25
2016-12-12Merge remote-tracking branches 'asoc/topic/ab8500', 'asoc/topic/arizona', 'as...Mark Brown1-7/+8
2016-12-12Merge remote-tracking branch 'asoc/topic/dapm-pin' into asoc-nextMark Brown1-0/+20
2016-12-01ASoC: add Component level suspend/resumeKuninori Morimoto1-1/+5
2016-12-01ASoC: core: replace aux_comp_list to component_dev_listKuninori Morimoto1-3/+1
2016-12-01ASoC: core: replace codec_dev_list to component_dev_list on CardKuninori Morimoto1-3/+3
2016-11-30ASoC: core: Add component pin control functionsRichard Fitzgerald1-0/+20
2016-11-11ASoC: soc-core: adjust for graph on snd_soc_of_parse_audio_simple_widgetsKuninori Morimoto1-2/+6
2016-11-11ASoC: soc-core: adjust for graph on snd_soc_of_parse_card_nameKuninori Morimoto1-2/+5
2016-11-11ASoC: soc-core: adjust for graph on snd_soc_of_parse_audio_prefixKuninori Morimoto1-1/+5
2016-11-11ASoC: soc-core: snd_soc_get_dai_name() become non staticKuninori Morimoto1-0/+2
2016-11-11ASoC: soc-core: adjust for graph on snd_soc_of_parse_audio_routingKuninori Morimoto1-2/+7
2016-11-04ASoC: Define API to find a dai linkMengdong Lin1-0/+3
2016-10-24ASoC: remove component from snd_soc_pcm_runtimeKuninori Morimoto1-1/+0
2016-10-24ASoC: bunch up bit field for snd_soc_pcm_runtimeKuninori Morimoto1-3/+4
2016-10-24ASoC: soc.h: use bit field for playback/capture_onlyKuninori Morimoto1-4/+4
2016-09-29Merge remote-tracking branches 'asoc/topic/nau8810', 'asoc/topic/of-bool', 'a...Mark Brown1-11/+0
2016-08-09ASoC: remove snd_soc_pcm_set/get_drvdata()Kuninori Morimoto1-11/+0
2016-08-08ASoC: remove codec duplicated callback functionKuninori Morimoto1-8/+0
2016-05-30ASoC: Introduce SOC_SINGLE_S8_TLV() macroSrinivas Kandagatla1-0/+11
2016-05-13Merge remote-tracking branches 'asoc/topic/es8328', 'asoc/topic/find-dai', 'a...Mark Brown1-0/+3
2016-04-20ASoC: Export snd_soc_find_dai()Mengdong Lin1-0/+3
2016-04-20ASoC: Change DAI link's be_id to a generic idMengdong Lin1-1/+1
2016-02-15ASoC: topology: Add FE DAIs dynamicallyMengdong Lin1-1/+1
2016-01-11Merge remote-tracking branch 'asoc/topic/pcm-list' into asoc-nextMark Brown1-2/+9
2016-01-11Merge tag 'asoc-v4.5' into asoc-nextMark Brown1-4/+33
2016-01-11Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown1-1/+4
2016-01-10ASoC: Make aux_dev more like a generic componentMengdong Lin1-2/+6
2016-01-10ASoC: Support registering a DAI dynamicallyMengdong Lin1-0/+3
2015-12-30ASoC: Use nested lock for snd_soc_dapm_mutex_lockCharles Keepax1-1/+1
2015-12-23Merge remote-tracking branches 'asoc/topic/kcontrol', 'asoc/topic/max98357a' ...Mark Brown1-2/+4
2015-12-23Merge remote-tracking branch 'asoc/topic/pcm3168a' into asoc-nextMark Brown1-0/+8
2015-12-23Merge remote-tracking branch 'asoc/topic/pcm-list' into asoc-nextMark Brown1-3/+22
2015-12-12ASoC: Add SOC_DOUBLE_STS macroDamien.Horsley1-0/+8
2015-12-08ASoC: Define add/remove_dai_link ops for a soc cardMengdong Lin1-0/+5
2015-12-08ASoC: Implement DAI links in a list & define API to add/remove a linkMengdong Lin1-2/+13