aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/mxs/mxs-pcm.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Gravatar Thomas Gleixner 1-14/+1
2014-01-07ASoC: mxs: Remove SND_DMAENGINE_PCM_FLAG_NO_RESIDUE flagGravatar Lars-Peter Clausen 1-1/+0
2014-01-07ASoC: mxs: Don't set unused struct snd_pcm_hardware fieldsGravatar Lars-Peter Clausen 1-5/+0
2013-12-02ASoC: mxs: Use devm_snd_dmaengine_pcm_register()Gravatar Lars-Peter Clausen 1-7/+1
2013-05-13ASoC: mxs: move to use generic DMA helperGravatar Shawn Guo 1-18/+0
2013-04-22ASoC: mxs: Use generic dmaengine PCMGravatar Lars-Peter Clausen 1-125/+11
2013-04-22ASoC: mxs-pcm: Set SNDRV_PCM_INFO_HALF_DUPLEXGravatar Lars-Peter Clausen 1-1/+2
2013-04-17ASoC: dmaengine-pcm: Make requesting the DMA channel at PCM open optionalGravatar Lars-Peter Clausen 1-2/+2
2013-03-26ASoC: mxs: Embed the mxs_dma_data struct in the mxs_pcm_dma_params structGravatar Lars-Peter Clausen 1-38/+5
2012-12-10ASoC: mxs: remove __dev* attributesGravatar Bill Pemberton 1-2/+2
2012-06-20ASoC: dmaengine-pcm: Rename and deprecate snd_dmaengine_pcm_pointerGravatar Lars-Peter Clausen 1-1/+1
2012-05-12ASoC: mxs: mxs-pcm does not need to be a plaform_driverGravatar Shawn Guo 1-18/+6
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 1-1/+1
2012-03-27mxs-dma : move the mxs dma.h to a more common placeGravatar Huang Shijie 1-1/+1
2012-03-02ASoC: mxs-pcm: Use dmaengine PCM helper functionsGravatar Lars-Peter Clausen 1-112/+24
2012-02-22ASoC: mxs-pcm: Request DMA channel earlyGravatar Lars-Peter Clausen 1-20/+8
2012-02-21ASoC: mxs-pcm: Remove unused fields from struct mxs_pcm_runtime_dataGravatar Lars-Peter Clausen 1-5/+0
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-1/+1
2011-12-23ASoC: mxs: correct 'direction' of device_prep_dma_cyclicGravatar Shawn Guo 1-1/+1
2011-12-22Merge branch 'for-3.2' into for-3.3Gravatar Mark Brown 1-1/+1
2011-12-22Revert "ASoC: mxs: correct 'direction' of device_prep_dma_cyclic"Gravatar Mark Brown 1-1/+1
2011-12-20Merge branch 'for-3.2' into for-3.3Gravatar Mark Brown 1-1/+1
2011-12-20ASoC: mxs: correct 'direction' of device_prep_dma_cyclicGravatar Shawn Guo 1-1/+1
2011-12-11Merge branch 'for-3.2' into for-3.3Gravatar Mark Brown 1-0/+3
2011-12-11ASoC: mxs: Add appropriate MODULE_ALIAS()Gravatar Lothar Waßmann 1-0/+1
2011-12-11ASoC: mxs: Add missing MODULE_LICENSE("GPL")Gravatar Lothar Waßmann 1-0/+2
2011-11-24ASoC: Convert mxs directory to module_platform_driverGravatar Axel Lin 1-11/+1
2011-07-28ASoC: mxs: add mxs-pcm driverGravatar Dong Aisheng 1-0/+359