aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-01ASoC: Add helper functions to cast from DAPM context to CODEC/platformLars-Peter Clausen1-0/+27
2014-05-27ASoC: jack: Fix multiple definition of `snd_soc_jack_add_gpiods'Jarkko Nikula1-3/+4
2014-05-27ASoC: jack: Clarify GPIO descriptor lookup in struct snd_soc_jack_gpio docJarkko Nikula1-2/+4
2014-05-26ASoC: jack: Add support for GPIO descriptor defined jack pinsJarkko Nikula1-1/+15
2014-05-26ASoC: jack: Basic GPIO descriptor conversionJarkko Nikula1-0/+1
2014-05-22Merge remote-tracking branches 'asoc/topic/rt5651', 'asoc/topic/samsung', 'asoc/topic/sgtl5000', 'asoc/topic/sh', 'asoc/topic/simple', 'asoc/topic/sirf', 'asoc/topic/sta350' and 'asoc/topic/tlv320dac33' into asoc-nextMark Brown1-1/+3
2014-05-22Merge remote-tracking branches 'asoc/topic/cs42l56', 'asoc/topic/cs42xx8' and 'asoc/topic/davinci' into asoc-nextMark Brown1-0/+2
2014-05-22Merge remote-tracking branch 'asoc/topic/enum' into asoc-nextMark Brown1-2/+0
2014-05-22Merge remote-tracking branch 'asoc/topic/dt' into asoc-nextMark Brown1-1/+12
2014-05-07ASoC: Remove unused num_dai field from CODECLars-Peter Clausen1-1/+0
2014-05-07ASoC: Remove unused 'list' field form cardLars-Peter Clausen1-1/+0
2014-05-07ASoC: Remove card's DAI listLars-Peter Clausen1-2/+0
2014-05-07Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown1-10/+44
2014-05-02ASoC: add SND_SOC_BYTES_EXTVinod Koul1-0/+13
2014-05-01ASoC: dt: Allow Aux Codecs to be specified using DTSebastian Reichel1-1/+12
2014-04-23ASoC: core: Update snd_soc_of_parse_daifmt() interfaceJyri Sarha1-1/+3
2014-04-22ASoC: Move standard kcontrol helpers to the component levelLars-Peter Clausen1-2/+18
2014-04-22ASoC: Move IO abstraction to the component levelLars-Peter Clausen1-7/+24
2014-04-22Merge branches 'topic/sta350', 'topic/core', 'topic/dapm' and 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-componentMark Brown1-5/+6
2014-04-21ASoC: Change return type of snd_soc_write() to intLars-Peter Clausen1-2/+2
2014-04-18ASoC: Add resource managed snd_soc_register_platform()Peter Ujfalusi1-0/+2
2014-04-15ASoC: Fix snd_soc_kcontrol_platform() return typeLars-Peter Clausen1-1/+1
2014-04-14ASoC: Remove deprecated ENUM/MUX macrosLars-Peter Clausen1-2/+0
2014-04-14Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown1-14/+45
2014-04-14ASoC: core: Allow snd_soc_update_bits use 32 bits registerBard Liao1-3/+3
2014-04-14ASoC: Let snd_soc_platform subclass snd_soc_componentLars-Peter Clausen1-0/+16
2014-04-14ASoC: Track which components have been registered with snd_soc_register_component()Lars-Peter Clausen1-0/+1
2014-04-14ASoC: Remove IO register modifier callbacksLars-Peter Clausen1-14/+0
2014-04-14ASoC: Add snd_soc_kcontrol_platform() helper functionLars-Peter Clausen1-0/+14
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-0/+14
2014-04-14ASoC: core: Move the default regmap I/O setting to snd_soc_register_codec()Xiubo Li1-0/+1
2014-03-23Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-0/+13
2014-03-19ASoC: Add helper function to cast component back to CODECLars-Peter Clausen1-0/+13
2014-03-13Merge remote-tracking branch 'asoc/topic/jack' into asoc-nextMark Brown1-1/+2
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-9/+1
2014-03-12Merge remote-tracking branches 'asoc/topic/ml26124', 'asoc/topic/of', 'asoc/topic/omap', 'asoc/topic/pxa' and 'asoc/topic/rcar' into asoc-nextMark Brown1-0/+5
2014-03-12Merge remote-tracking branch 'asoc/topic/enum' into asoc-nextMark Brown1-26/+60
2014-03-12Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-0/+11
2014-03-11ASoC: io: New signature for snd_soc_codec_set_cache_io()Xiubo Li1-6/+1
2014-03-11Merge branches 'topic/ad193x', 'topic/tlv320aic23', 'topic/tlv320aic32x4', 'topic/wm8991', 'fix/si476x' and 'fix/88pm860' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-ioMark Brown1-0/+15
2014-03-10ASoC: Add a per component dai listLars-Peter Clausen1-0/+2
2014-03-06Merge branch 'topic/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-enumMark Brown1-2/+20
2014-03-06ASoC: Move ignore_pmdown_time from CODEC to componentLars-Peter Clausen1-1/+2
2014-03-06ASoC: Move active count from CODEC to componentLars-Peter Clausen1-2/+10
2014-03-06ASoC: Add helper function to check whether a CODEC is activeLars-Peter Clausen1-0/+5
2014-03-06ASoC: Add helper functions for PCM runtime 'active' managementLars-Peter Clausen1-0/+2
2014-03-06ASoC: Handle ignore_pmdown_time for CODEC to CODEC linksLars-Peter Clausen1-0/+2
2014-03-04ASoC: io: Remove hw_read() operationMark Brown1-1/+0
2014-03-01ASoC: Add macros for defining virtual enumsLars-Peter Clausen1-1/+5
2014-03-01ASoC: Consolidate enum and value enum controlsLars-Peter Clausen1-9/+25