summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2013-02-114-19/+15
|\
| * ASoC: core: Ensure SND_SOC_BYTES writes are from DMA safe memoryMark Brown2013-01-211-7/+5
| * ASoC: SND_SOC_DAIFMT_NB_NF become 0 as default settingsKuninori Morimoto2013-01-161-1/+1
| * ASoC: Constify ops and compr_ops fields of snd_soc_dai_linkLars-Peter Clausen2013-01-131-2/+2
| * ASoC: pcm: delete some dead codeDan Carpenter2013-01-121-9/+3
| * ASoC: core: giving WARN when device starting from non-off bias with idle_bias...Chuansheng Liu2012-12-241-0/+4
* | Merge remote-tracking branch 'asoc/topic/compress' into asoc-nextMark Brown2013-02-115-21/+131
|\ \
| * | ASoC: core: Allow digital mute for captureMark Brown2013-02-085-19/+29
| * | ASoC: compress: Only mute playback streamsMark Brown2013-02-071-6/+11
| * | ASoC: soc-compress: Add support for not memory mapped DSPsCharles Keepax2013-02-051-3/+35
| * | ASoC: soc-compress: Initialise delayed work to power down audioCharles Keepax2013-01-241-0/+31
| * | ASoC: soc-compress: Serialise compressed opsCharles Keepax2013-01-241-3/+34
| * | ASoC: soc-compress: Add missing brackets around elseCharles Keepax2013-01-241-1/+2
* | | Merge remote-tracking branch 'asoc/topic/atmel' into asoc-nextMark Brown2013-02-118-26/+16
|\ \ \
| * | | ASoC: sam9g20_wm8731: disable clock and correct sequence when unloadBo Shen2013-02-041-3/+3
| * | | ASoC: atmel_ssc_dai: correct sequence when unloadBo Shen2013-02-041-1/+1
| * | | ASoC: atmel_ssc_dai: remove error set private dataBo Shen2013-02-041-10/+0
| * | | ASoC: atmel_pcm: make it buildable as moduleBo Shen2013-02-041-2/+4
| * | | ASoC: atmel-soc: make it buildable on other architecturesJoachim Eastwood2012-12-244-8/+6
| * | | ASoC: atmel-ssc: make it buildable on other architecturesJoachim Eastwood2012-12-242-2/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'asoc/topic/arizona' into asoc-nextMark Brown2013-02-115-114/+418
|\ \ \
| * | | ASoC: arizona: Allow number of channels clocked to be restrictedMark Brown2013-01-212-2/+21
| * | | ASoC: arizona: Support clearing clocksMark Brown2013-01-211-0/+7
| * | | ASoC: wm5102: Add controls for firmware selectionMark Brown2013-01-181-0/+4
| * | | Merge remote-tracking branch 'asoc/fix/arizona' into asoc-arizonaMark Brown2013-01-171-1/+1
| |\ \ \
| * | | | ASoC: arizona: Don't request FLL lock IRQMark Brown2013-01-162-20/+0
| * | | | Merge remote-tracking branch 'asoc/fix/arizona' into asoc-arizonaMark Brown2013-01-133-4/+5
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'asoc/topic/adsp' into asoc-arizonaMark Brown2013-01-13202-1181/+2193
| |\ \ \ \ \
| * | | | | | ASoC: arizona: Factor out rate selection codeMark Brown2013-01-041-36/+53
| * | | | | | Merge branch 'fix/arizona' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2013-01-043-18/+57
| |\ \ \ \ \ \
| * | | | | | | ASoC: arizona: Allow runtime reconfiguration of the output modeMark Brown2013-01-042-0/+37
| * | | | | | | ASoC: wm5102: Implement routing and power management for ISRCsMark Brown2013-01-043-1/+125
| * | | | | | | ASoC: arizona: Implement tristate supportMark Brown2012-12-241-0/+16
| * | | | | | | ASoC: wm5110: Add noise gate controlMark Brown2012-12-241-0/+34
| * | | | | | | ASoC: wm5102: Add noise gate controlMark Brown2012-12-241-0/+28
| * | | | | | | ASoC: arizona: Add noise gate hold time enumerationMark Brown2012-12-242-0/+11
| * | | | | | | ASoC: wm5110: Split input PGA controlsMark Brown2012-12-241-31/+46
| * | | | | | | ASoC: wm5102: Split input PGA controlsMark Brown2012-12-241-26/+38
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge remote-tracking branch 'asoc/topic/ak4642' into asoc-nextMark Brown2013-02-112-2/+48
|\ \ \ \ \ \ \
| * | | | | | | ASoC: ak4642: remove __devinitconst annotationStephen Rothwell2013-01-141-1/+1
| * | | | | | | ASoC: ak4642: add Device Tree supportKuninori Morimoto2013-01-102-2/+48
* | | | | | | | Merge remote-tracking branch 'asoc/topic/adsp' into asoc-nextMark Brown2013-02-117-82/+861
|\ \ \ \ \ \ \ \
| * | | | | | | | ASoC: wm_adsp: round to 4-byte boundary for coeff file blocksChris Rattray2013-02-111-1/+7
| * | | | | | | | Merge tag 'async' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/re...Mark Brown2013-02-051-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | regmap: Export regmap_async_complete()Mark Brown2013-02-051-0/+1
| * | | | | | | | | ASoC: wm_adsp: Use asynchronous I/O to write firmware and coefficientsMark Brown2013-02-041-16/+66
| * | | | | | | | | Merge tag 'async' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/re...Mark Brown2013-02-044-47/+351
| |\| | | | | | | |
| | * | | | | | | | regmap: Export regmap_async_complete_cbAxel Lin2013-02-041-0/+1
| | * | | | | | | | regmap: include linux/sched.h to fix buildStephen Warren2013-02-041-0/+1
| | * | | | | | | | regmap: spi: Support asynchronous I/O for SPIMark Brown2013-01-291-0/+52