aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/arm/pxa2xx-pcm-lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-25ASoC: arm: convert not to use asoc_xxx()Kuninori Morimoto1-4/+4
2021-08-04ALSA: pxa2xx: Use managed PCM buffer allocationTakashi Iwai1-85/+5
2020-03-27ASoC: arm: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-4/+4
2019-10-08ASoC: pxa: remove snd_pcm_opsKuninori Morimoto1-13/+67
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-06-29ASoC: pxa2xx-pcm-lib: fix indentingDaniel Mack1-2/+2
2018-06-29ASoC: pxa: move some functions to pxa2xx-libDaniel Mack1-0/+41
2018-06-29ASoC: pxa: clean up function names in pxa2xx-libDaniel Mack1-11/+11
2018-06-29ASoC: fold pxa2xx-pcm into its only user, pxa2xx-ac97Daniel Mack1-2/+0
2018-06-29ASoC: pxa: remove the dmaengine compat needRobert Jarzmik1-3/+3
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez1-8/+4
2015-09-30ASoC: pxa: pxa-pcm-lib: switch over to snd-soc-dmaengine-pcmDaniel Mack1-165/+36
2014-11-09ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai1-3/+1
2013-08-15ASoC: pxa: use snd_dmaengine_dai_dma_dataDaniel Mack1-9/+43
2013-07-15ALSA: pxa2xx: Fix unlocked snd_pcm_stop() callTakashi Iwai1-0/+2
2011-04-03ASoC: PXA: Fix oops in __pxa2xx_pcm_prepareVasily Khoruzhick1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-19ASoC: pxa-pcm-lib: initialize DMA channel to -1Daniel Mack1-0/+1
2009-08-19ALSA: Restore support for DMAless DAIs on PXAMark Brown1-0/+3
2009-07-09ASoC: Fix NULL pointer dereference in __pxa2xx_pcm_hw_freeDaniel Mack1-1/+1
2009-03-09[ARM] pxa: remove unnecessary #include of pxa-regs.h and hardware.hEric Miao1-2/+1
2008-10-22ALSA: Ensure PXA runtime data is initialisedMark Brown1-1/+1
2008-09-23ALSA: Separate common pxa2xx-pcm codeDmitry Baryshkov1-0/+278