summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8985' into asoc-nextMark Brown1-26/+4
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8978' into asoc-nextMark Brown1-3/+0
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8971' into asoc-nextMark Brown1-19/+61
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8962' into asoc-nextMark Brown1-16/+8
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8960' into asoc-nextMark Brown1-1/+1
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8955' into asoc-nextMark Brown1-10/+1
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8804' into asoc-nextMark Brown1-15/+2
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8770' into asoc-nextMark Brown1-110/+107
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8753' into asoc-nextMark Brown1-27/+6
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8750' into asoc-nextMark Brown1-20/+66
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8741' into asoc-nextMark Brown1-2/+2
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8510' into asoc-nextMark Brown1-3/+0
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8400' into asoc-nextMark Brown1-11/+3
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8350' into asoc-nextMark Brown1-3/+1
2012-12-02Merge remote-tracking branch 'asoc/topic/wm2200' into asoc-nextMark Brown5-471/+200
2012-12-02Merge remote-tracking branch 'asoc/topic/wm2000' into asoc-nextMark Brown1-1/+1
2012-12-02Merge remote-tracking branch 'asoc/topic/wm0010' into asoc-nextMark Brown1-171/+248
2012-12-02Merge remote-tracking branch 'asoc/topic/ux500' into asoc-nextMark Brown5-24/+58
2012-12-02Merge remote-tracking branch 'asoc/topic/tlv320aic32x4' into asoc-nextMark Brown3-0/+28
2012-12-02Merge remote-tracking branch 'asoc/topic/si476x' into asoc-nextMark Brown3-0/+261
2012-12-02Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown6-88/+190
2012-12-02Merge remote-tracking branch 'asoc/topic/rt5631' into asoc-nextMark Brown1-1/+1
2012-12-02Merge remote-tracking branch 'asoc/topic/omap' into asoc-nextMark Brown5-10/+13
2012-12-02Merge remote-tracking branch 'asoc/topic/max98090' into asoc-nextMark Brown3-0/+583
2012-12-02Merge remote-tracking branch 'asoc/topic/max9768' into asoc-nextMark Brown1-5/+2
2012-12-02Merge remote-tracking branch 'asoc/topic/log' into asoc-nextMark Brown5-284/+309
2012-12-02Merge remote-tracking branch 'asoc/topic/lm49453' into asoc-nextMark Brown1-8/+2
2012-12-02Merge remote-tracking branch 'asoc/topic/kirkwood' into asoc-nextMark Brown3-94/+168
2012-12-02Merge remote-tracking branch 'asoc/topic/jz4740' into asoc-nextMark Brown2-83/+60
2012-12-02Merge remote-tracking branch 'asoc/topic/jack' into asoc-nextMark Brown1-3/+0
2012-12-02Merge remote-tracking branch 'asoc/topic/hotplug' into asoc-nextMark Brown12-22/+22
2012-12-02Merge remote-tracking branch 'asoc/topic/fsl' into asoc-nextMark Brown6-3/+418
2012-12-02Merge remote-tracking branch 'asoc/topic/fsi' into asoc-nextMark Brown2-69/+487
2012-12-02Merge remote-tracking branch 'asoc/topic/dmaengine' into asoc-nextMark Brown1-0/+2
2012-12-02Merge remote-tracking branch 'asoc/topic/davinci' into asoc-nextMark Brown7-40/+142
2012-12-02Merge remote-tracking branch 'asoc/topic/da9055' into asoc-nextMark Brown1-13/+30
2012-12-02Merge remote-tracking branch 'asoc/topic/da7210' into asoc-nextMark Brown1-11/+2
2012-12-02Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-nextMark Brown3-3/+21
2012-12-02Merge remote-tracking branch 'asoc/topic/atmel' into asoc-nextMark Brown32-611/+1108
2012-12-02Merge remote-tracking branch 'asoc/topic/arizona' into asoc-nextMark Brown11-58/+477
2012-12-02Merge remote-tracking branch 'asoc/topic/ak4642' into asoc-nextMark Brown1-21/+2
2012-12-02Merge remote-tracking branch 'asoc/topic/ak4535' into asoc-nextMark Brown1-6/+1
2012-12-02Merge remote-tracking branch 'asoc/topic/ak4104' into asoc-nextMark Brown2-17/+70
2012-12-02Merge remote-tracking branch 'asoc/topic/adsp' into asoc-nextMark Brown6-33/+1461
2012-12-02Merge remote-tracking branch 'asoc/topic/ab8500' into asoc-nextMark Brown1-1/+1
2012-12-02ASoC: atmel-pcm: dma support based on pcm dmaengineBo Shen5-2/+276
Specify overrun bit in interrupt mask Add dmaengine specific routines Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> [voice.shen@atmel.com: adapt to soc dmaengine framework] Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-12-02ASoC: atmel-pcm: split into two fileBo Shen6-382/+441
This patch is split original atmel-pcm.c into new atmel-pcm.c and atmel-pcm-pdc.c two files. The new atmel-pcm.c is the share routine while will be used for pdc or dma transfer. Using SND_ATMEL_SOC_PDC to select using PDC for audio transfer Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-12-02ASoC: wm5102: Correct base address for Y regionMark Brown1-1/+1
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-12-02ASoC: wm8960: Use devm_regmap_init_i2c()Sachin Kamat1-1/+1
devm_regmap_init_i2c() is device managed and makes error handling and code cleanup simpler. There was no explicit regmap_exit call in this function which was probably a bug. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-12-02ASoC: wm8955: Use devm_regmap_init_i2c()Sachin Kamat1-10/+1
devm_regmap_init_i2c() is device managed and makes error handling and code cleanup simpler. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>