summaryrefslogtreecommitdiffstats
path: root/sound/soc/mxs/mxs-pcm.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1Star
* ASoC: mxs: Remove SND_DMAENGINE_PCM_FLAG_NO_RESIDUE flagLars-Peter Clausen2014-01-071-1/+0Star
* ASoC: mxs: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen2014-01-071-5/+0Star
* ASoC: mxs: Use devm_snd_dmaengine_pcm_register()Lars-Peter Clausen2013-12-021-7/+1Star
* ASoC: mxs: move to use generic DMA helperShawn Guo2013-05-131-18/+0Star
* ASoC: mxs: Use generic dmaengine PCMLars-Peter Clausen2013-04-221-125/+11Star
* ASoC: mxs-pcm: Set SNDRV_PCM_INFO_HALF_DUPLEXLars-Peter Clausen2013-04-221-1/+2
* ASoC: dmaengine-pcm: Make requesting the DMA channel at PCM open optionalLars-Peter Clausen2013-04-171-2/+2
* ASoC: mxs: Embed the mxs_dma_data struct in the mxs_pcm_dma_params structLars-Peter Clausen2013-03-261-38/+5Star
* ASoC: mxs: remove __dev* attributesBill Pemberton2012-12-091-2/+2
* ASoC: dmaengine-pcm: Rename and deprecate snd_dmaengine_pcm_pointerLars-Peter Clausen2012-06-201-1/+1
* ASoC: mxs: mxs-pcm does not need to be a plaform_driverShawn Guo2012-05-121-18/+6Star
* Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-311-1/+1
|\
| * mxs-dma : move the mxs dma.h to a more common placeHuang Shijie2012-03-271-1/+1
* | ASoC: mxs-pcm: Use dmaengine PCM helper functionsLars-Peter Clausen2012-03-021-112/+24Star
* | ASoC: mxs-pcm: Request DMA channel earlyLars-Peter Clausen2012-02-221-20/+8Star
* | ASoC: mxs-pcm: Remove unused fields from struct mxs_pcm_runtime_dataLars-Peter Clausen2012-02-211-5/+0Star
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-181-1/+1
|\
| * ASoC: mxs: correct 'direction' of device_prep_dma_cyclicShawn Guo2011-12-231-1/+1
* | Merge branch 'for-3.2' into for-3.3Mark Brown2011-12-221-1/+1
|\ \
| * | Revert "ASoC: mxs: correct 'direction' of device_prep_dma_cyclic"Mark Brown2011-12-221-1/+1
* | | Merge branch 'for-3.2' into for-3.3Mark Brown2011-12-201-1/+1
|\| |
| * | ASoC: mxs: correct 'direction' of device_prep_dma_cyclicShawn Guo2011-12-201-1/+1
* | | Merge branch 'for-3.2' into for-3.3Mark Brown2011-12-111-0/+3
|\| |
| * | ASoC: mxs: Add appropriate MODULE_ALIAS()Lothar Waßmann2011-12-111-0/+1
| * | ASoC: mxs: Add missing MODULE_LICENSE("GPL")Lothar Waßmann2011-12-111-0/+2
| |/
* / ASoC: Convert mxs directory to module_platform_driverAxel Lin2011-11-241-11/+1Star
|/
* ASoC: mxs: add mxs-pcm driverDong Aisheng2011-07-281-0/+359