aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/ux500 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-20ASoC: mop500_ab8500: Replace instances of rtd->codec->card with rtd->cardLars-Peter Clausen1-1/+1
2014-01-09ASoC: ux500: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen1-15/+0
2014-01-08ASoC: ux500: Fix sparse non static symbol warningWei Yongjun1-3/+3
2014-01-07ASoC: ux500: Dramatically reduce the size of the DAI driver data structLee Jones1-82/+14
2014-01-07ASoC: ux500_pcm: Differentiate between pdata and DT initialisationLee Jones1-5/+15
2014-01-07ASoC: ux500_pcm: Take out pointless dev_dbg() callLee Jones1-4/+0
2014-01-07ASoC: ux500: Store DMA data in the DAI differently in the pdata and DT caseLee Jones1-2/+40
2014-01-07ASoC: ux500_pcm: Extend Device Tree support to deal with DMA dataLee Jones1-15/+41
2014-01-07ASoC: ux500_pcm: Expect different saved DMA data when obtaining from DAI storeLee Jones1-4/+15
2014-01-07ASoC: ux500_pcm: Stop pretending that we support varying address widthsLee Jones1-4/+3
2014-01-07ASoC: Ux500: Match platform by device node when booting Device TreeLee Jones1-0/+2
2014-01-07ASoC: ux500: Provide better checking for Device Tree and/or Platform DataLee Jones1-2/+6
2014-01-07ARM: ux500: Don't use enums for MSP IDs - for easy DT conversionLee Jones1-1/+1
2013-07-15ASoC: mop500: add .owner to struct snd_soc_cardWei Yongjun1-0/+1
2013-07-03Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds7-171/+100
2013-06-12ASoC: ux500: Add DMA slave config prepare routineFabio Baltieri1-0/+30
2013-06-12ASoC: ux500: Set DMA address during device initFabio Baltieri2-0/+4
2013-06-12ASoC: ux500: Move DMA parameters into ux500_mspFabio Baltieri4-20/+17
2013-06-04dmaengine: ste_dma40: Convert data_width from register bit format to valueLee Jones1-5/+5
2013-05-28ASoC: ux500: Ensure consistent configuration between DAIsFabio Baltieri1-0/+35
2013-05-25ASoC: ux500: Drop redundant msp id enumerationsFabio Baltieri1-8/+2
2013-05-25ASoC: ux500: Add missing mop500_ab8500.h includeFabio Baltieri1-0/+1
2013-05-25ASoC: ux500: Drop unused code from msp headersFabio Baltieri2-33/+0
2013-05-25ASoC: ux500: Drop dangling struct i2s_controllerFabio Baltieri2-31/+0
2013-05-25ASoC: ux500: Drop pinctrl sleep supportFabio Baltieri2-60/+2
2013-05-15ASoC: mop500: Staticize non exported structLars-Peter Clausen1-1/+1
2013-05-15ASoC: mop500_ab8500: Staticize non exported functionsLars-Peter Clausen1-3/+3
2013-05-12ASoC: ux500: drop clock gating widgets from machine driverFabio Baltieri1-10/+0
2013-05-12ASoC: ux500: register controls to card instead of codecFabio Baltieri1-5/+5
2013-05-03Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds6-223/+41
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-10/+2
2013-04-23Merge remote-tracking branch 'asoc/topic/ux500' into asoc-nextMark Brown1-0/+1
2013-04-23Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown2-143/+18
2013-04-23ASoC: ux500: forward declare msp_i2s_platform_dataArnd Bergmann1-0/+1
2013-04-18ASoC: ux500: Use generic dmaengine PCMLars-Peter Clausen2-143/+18
2013-04-17ASoC: dmaengine-pcm: Make requesting the DMA channel at PCM open optionalLars-Peter Clausen1-3/+3
2013-04-12Merge remote-tracking branch 'asoc/topic/ux500' into asoc-nextMark Brown1-5/+0
2013-04-12Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown2-74/+16
2013-04-08ASoC: Ux500: remove test for undefined Kconfig macroPaul Bolle1-5/+0
2013-04-08ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>Linus Walleij3-6/+0
2013-04-08ARM: ux500: move mach/msp.h to <linux/platform_data/*>Arnd Bergmann3-4/+2
2013-04-07ASoC: ux500_pcm: Use the same snd_pcm_hardware for playback and captureLars-Peter Clausen2-50/+15
2013-03-27sound: Remove stray pluses from Kconfig filePaul Bolle1-2/+2
2013-03-26ASoC: switch over to use snd_soc_register_component() on ux500 mspKuninori Morimoto1-4/+9
2013-03-26ASoC: ux500_pcm: No need to use snd_dmaengine_pcm_set_data()Lars-Peter Clausen1-2/+0
2013-03-26ASoC: ux500_pcm: No need to wrap snd_dmaengine_pcm_close()Lars-Peter Clausen1-13/+1
2013-03-26ASoC: ux500_pcm: Remove duplicated SNDRV_PCM_HW_PARAM_PERIODS constraintLars-Peter Clausen1-9/+0
2013-01-31ASoC: Ux500: Fix build error pertaining to missing include fileLee Jones1-1/+1
2012-12-13Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds5-31/+65
2012-12-10ASoC: ux500: remove __dev* attributesBill Pemberton3-9/+9