aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/mxs/mxs-pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-14/+1
2014-01-07ASoC: mxs: Remove SND_DMAENGINE_PCM_FLAG_NO_RESIDUE flagLars-Peter Clausen1-1/+0
2014-01-07ASoC: mxs: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen1-5/+0
2013-12-02ASoC: mxs: Use devm_snd_dmaengine_pcm_register()Lars-Peter Clausen1-7/+1
2013-05-13ASoC: mxs: move to use generic DMA helperShawn Guo1-18/+0
2013-04-22ASoC: mxs: Use generic dmaengine PCMLars-Peter Clausen1-125/+11
2013-04-22ASoC: mxs-pcm: Set SNDRV_PCM_INFO_HALF_DUPLEXLars-Peter Clausen1-1/+2
2013-04-17ASoC: dmaengine-pcm: Make requesting the DMA channel at PCM open optionalLars-Peter Clausen1-2/+2
2013-03-26ASoC: mxs: Embed the mxs_dma_data struct in the mxs_pcm_dma_params structLars-Peter Clausen1-38/+5
2012-12-10ASoC: mxs: remove __dev* attributesBill Pemberton1-2/+2
2012-06-20ASoC: dmaengine-pcm: Rename and deprecate snd_dmaengine_pcm_pointerLars-Peter Clausen1-1/+1
2012-05-12ASoC: mxs: mxs-pcm does not need to be a plaform_driverShawn Guo1-18/+6
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2012-03-27mxs-dma : move the mxs dma.h to a more common placeHuang Shijie1-1/+1
2012-03-02ASoC: mxs-pcm: Use dmaengine PCM helper functionsLars-Peter Clausen1-112/+24
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 Clausen1-5/+0
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
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 Brown1-0/+3
2011-12-11ASoC: mxs: Add appropriate MODULE_ALIAS()Lothar Waßmann1-0/+1
2011-12-11ASoC: mxs: Add missing MODULE_LICENSE("GPL")Lothar Waßmann1-0/+2
2011-11-24ASoC: Convert mxs directory to module_platform_driverAxel Lin1-11/+1
2011-07-28ASoC: mxs: add mxs-pcm driverDong Aisheng1-0/+359