aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/mxs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds5-54/+116
2012-05-12ASoC: mxs: add device tree support for mxs-sgtl5000Shawn Guo1-0/+46
2012-05-12ASoC: mxs: add device tree support for mxs-saifShawn Guo1-18/+54
2012-05-12ASoC: mxs: mxs-pcm does not need to be a plaform_driverShawn Guo5-35/+15
2012-05-12ASoC: mxs-saif: adopt pinctrl supportShawn Guo1-0/+8
2012-05-10ASoC: mxs: add __devinit for mxs_saif_probeShawn Guo1-1/+1
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2-2/+2
2012-03-27mxs-dma : move the mxs dma.h to a more common placeHuang Shijie3-3/+3
2012-03-02ASoC: mxs-pcm: Use dmaengine PCM helper functionsLars-Peter Clausen3-124/+25
2012-02-22ASoC: mxs-pcm: Request DMA channel earlyLars-Peter Clausen1-20/+8
2012-02-21ASoC: mxs-pcm: Remove unused fields from struct mxs_pcm_runtime_dataLars-Peter Clausen2-9/+0
2012-02-20ASoC: imx/mxs: remove redundant SND_PCM selectionShawn Guo1-1/+0
2012-02-10ASoC: mxs-saif: use devm_ functionsJulia Lawall1-40/+11
2012-01-20ASoC: mxs: Fix mxs-saif timeoutFabio Estevam1-0/+5
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds3-34/+5
2012-01-09Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2011-12-28ASoC: mxs: Add .owner to struct snd_soc_cardLothar Waßmann1-0/+1
2011-12-28ASoC: mxs-saif: convert to clk_prepare/clk_unprepareShawn Guo1-2/+2
2011-12-27Merge branch 'v3.2-rc6' into next/driversArnd Bergmann2-0/+4
2011-12-23ASoC: mxs: correct 'direction' of device_prep_dma_cyclicShawn Guo1-1/+1
2011-12-22Merge branch 'for-3.2' into for-3.3Mark Brown1-1/+1
2011-12-22Revert "ASoC: mxs: correct 'direction' of device_prep_dma_cyclic"Mark Brown1-1/+1
2011-12-20Merge branch 'for-3.2' into for-3.3Mark Brown1-1/+1
2011-12-20ASoC: mxs: correct 'direction' of device_prep_dma_cyclicShawn Guo1-1/+1
2011-12-11Merge branch 'for-3.2' into for-3.3Mark Brown2-0/+4
2011-12-11ASoC: mxs: Add appropriate MODULE_ALIAS()Lothar Waßmann2-0/+2
2011-12-11ASoC: mxs: Add missing MODULE_LICENSE("GPL")Lothar Waßmann1-0/+2
2011-12-02ASoC: mxs-saif: remove function in platform_dataDong Aisheng1-11/+9
2011-11-24ASoC: Convert mxs directory to module_platform_driverAxel Lin3-33/+3
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-10-22ASoC: keep pointer to resource so it can be freedJulia Lawall1-9/+10
2011-09-19ASoC: mxs-saif: add record functionDong Aisheng2-14/+135
2011-08-22ASoC: mxs-sgtl5000: add record functionDong Aisheng1-1/+9
2011-08-22sound/soc/mxs/mxs-saif.c: add missing kfreeJulia Lawall1-2/+3
2011-08-22ASoC: mxs-saif: clear clk gate first before register settingDong Aisheng1-10/+12
2011-07-28ASoC: mxs: add asoc configuration filesDong Aisheng2-0/+30
2011-07-28ASoC: mxs: add mxs-sgtl5000 machine driverDong Aisheng1-0/+165
2011-07-28ASoC: mxs: add mxs-saif driverDong Aisheng2-0/+807
2011-07-28ASoC: mxs: add mxs-pcm driverDong Aisheng2-0/+402