summaryrefslogtreecommitdiff
path: root/sound/soc/imx
Commit message (Expand)AuthorAgeFilesLines
* ASoC: imx: merge sound/soc/imx into sound/soc/fslShawn Guo2012-04-0114-2867/+0
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-291-0/+3
|\
| * dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-211-1/+1
| * dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar2012-02-221-0/+3
| * ASoC: i.MX: Add missing dma_async_issue_pendingSascha Hauer2012-01-301-0/+1
* | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-4/+4
|\ \
* \ \ Merge branch 'topic/asoc' into for-linusTakashi Iwai2012-03-1813-357/+802
|\ \ \ | |/ / |/| |
| * | ASoC: mx27vis-aic32x4: Convert it to platform driverFabio Estevam2012-03-131-19/+22
| * | ASoC: imx: imx-audmux: Fix section mismatchFabio Estevam2012-03-071-4/+4
| * | ASoC: fsl: add dt support for imx-audmuxRichard Zhao2012-03-061-0/+14
| * | ASoC: imx: add an explicit Kconfig option for imx-ssi driverShawn Guo2012-03-062-2/+9
| * | ASoC: imx: separate imx-pcm bits from imx-ssi driverShawn Guo2012-03-067-109/+150
| * | ASoC: imx: rename audmux prefix mxc to imxShawn Guo2012-03-066-106/+106
| * | ASoC: imx: move audmux driver into sound/soc/imxShawn Guo2012-03-068-5/+374
| * | ASoC: imx: move phycore audmux call into ASoC machine driverShawn Guo2012-03-061-1/+25
| * | ASoC: imx: move eukrea audmux call into ASoC machine driverShawn Guo2012-03-061-4/+36
| * | ASoC: imx: move SND_SOC_AC97_BUS selection down to machine driverShawn Guo2012-03-041-1/+1
| * | ASoC: imx: initialize dma_params burstsize just in imx-ssiShawn Guo2012-03-042-6/+1
| * | ASoC: imx-pcm-dma: Use dmaengine PCM helper functionsLars-Peter Clausen2012-03-022-149/+28
| * | ASoC: imx: let SND_MXC_SOC_FIQ select FIQShawn Guo2012-02-271-1/+1
| * | ASoC: imx-pcm: Request DMA channel earlyLars-Peter Clausen2012-02-221-46/+32
| * | ASoC: imx-ssi: Set dma data earlyLars-Peter Clausen2012-02-221-8/+20
| * | ASoC: imx-pcm: Remove unused fields from imx_pcm_runtime_data structLars-Peter Clausen2012-02-211-9/+0
| * | ASoC: imx-pcm: Remove empty prepare callbackLars-Peter Clausen2012-02-211-11/+0
| * | ASoC: imx/mxs: remove redundant SND_PCM selectionShawn Guo2012-02-201-1/+0
| * | ASoC: Add external amplifier controls for Visstrim_M10.Javier Martin2012-01-211-0/+80
| * | ASoC: Route Mic Bias in Visstrim_M10 board.Javier Martin2012-01-201-0/+24
| |/
* | ASoC: i.MX SSI: Fix DSP_A format.Javier Martin2012-02-231-1/+1
|/
* Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds2012-01-181-5/+7
|\
| * ASoC: Fix DMA channel leak in imx-pcm-dma-mx2 driver.Javier Martin2012-01-121-5/+7
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-171-3/+3
|\ \ | |/ |/|
| * Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-171-3/+3
| |\
| | * sound-soc: move to dma_transfer_directionVinod Koul2011-10-311-3/+3
* | | ASoC: imx: Add .owner to struct snd_soc_cardAxel Lin2011-12-234-0/+4
* | | ASoC: Add missed MODULE_LICENSE("GPL") for imx-pcm-fiqAxel Lin2011-12-121-0/+2
* | | Merge branch 'for-3.2' into for-3.3Mark Brown2011-12-041-1/+1
|\ \ \
| * | | ASoC: Make SND_SOC_MX27VIS_AIC32X4 depend on I2CAxel Lin2011-12-041-1/+1
| |/ /
* | | ASoC: Convert imx directory to module_platform_driverAxel Lin2011-11-243-34/+3
* | | ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-1/+1
|/ /
* | sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-311-0/+1
* | ASoC: Fix typo in Kconfig symbol for tlv320aic32x4Wolfram Sang2011-10-111-1/+1
* | ASoC: imx: Remove unused variable 'dai'Axel Lin2011-10-052-2/+0
* | ASoC: Remove unused function declaration in imx-ssi.hAxel Lin2011-10-051-6/+0
* | ASoC: imx: eukrea_tlv320 needs i2cArnd Bergmann2011-10-021-0/+1
* | Merge branch 'for-3.1' into for-3.2Mark Brown2011-08-311-1/+0
|\ \
| * | ASoC: imx: Fix build warning of unused 'card' variableFabio Estevam2011-08-311-1/+0
| |/
* | ASoC: imx: use more robust checking of available streamsWolfram Sang2011-08-312-8/+7
* | ASoC: imx-ssi: use dma_writecombine consistentlyWolfram Sang2011-08-311-2/+2
|/
* Merge branch 'next/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2011-07-251-2/+2
|\
| * Merge branch 'fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2.6 i...Arnd Bergmann2011-07-153-8/+3
| |\