aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/pxa2xx-pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-04ALSA: pxa2xx: Use managed PCM buffer allocationTakashi Iwai1-3/+0
2019-12-11ASoC: pxa: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-10-08ASoC: pxa: remove snd_pcm_opsKuninori Morimoto1-3/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-06-29ASoC: pxa: remove bindings from pxa2xx-pcmDaniel Mack1-9/+0
2018-06-29ASoC: pxa: move some functions to pxa2xx-libDaniel Mack1-55/+0
2018-06-29ASoC: pxa: clean up function names in pxa2xx-libDaniel Mack1-14/+7
2018-06-29ASoC: fold pxa2xx-pcm into its only user, pxa2xx-ac97Daniel Mack1-2/+0
2018-02-12ASoC: pxa: pxa2xx: replace platform to componentKuninori Morimoto1-2/+3
2017-08-14ASoC: pxa: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-08-14ASoC: pxa: make snd_soc_platform_driver constBhumika Goyal1-1/+1
2017-03-07ASoC: pxa: Remove spaces before tabsCodrut Grosu1-1/+1
2016-05-06ASoC: pxa: Fix module autoload for platform driversAndrea Adami1-0/+1
2015-09-30ASoC: pxa: pxa-pcm-lib: switch over to snd-soc-dmaengine-pcmDaniel Mack1-32/+0
2015-09-14ASoC: pxa: Fix module autoload for OF platform driversLuis de Bethencourt1-0/+1
2015-08-28ASoC: pxa: Convert to devm_snd_soc_register_platformAxel Lin1-8/+1
2014-10-20ASoC: pxa: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-20ASoC: pxa: remove mach header dependencyArnd Bergmann1-0/+2
2013-10-31DMA-API: sound: fix dma mask handling in a lot of driversRussell King1-7/+4
2013-08-15ASoC: pxa: add DT bindings for pxa2xx-pcmDaniel Mack1-2/+11
2013-08-15ASoC: pxa: use snd_dmaengine_dai_dma_dataDaniel Mack1-3/+5
2012-12-10ASoC: pxa: remove __dev* attributesBill Pemberton1-3/+3
2011-11-25ASoC: Convert pxa directory to module_platform_driverAxel Lin1-11/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-07-07ASoC: pxa2xx-pcm: remove unused variable 'dai'Axel Lin1-1/+0
2011-06-23Merge branch 'for-3.0' into for-3.1Mark Brown1-2/+2
2011-06-23ASoC: pxa-ssp: Correct check for stream presenceDaniel Mack1-2/+2
2011-06-07ASoC: core - Optimise and refactor pcm_new() to pass only rtdLiam Girdwood1-2/+4
2011-04-03ASoC: PXA: Fix oops in __pxa2xx_pcm_prepareVasily Khoruzhick1-0/+1
2010-08-15ASoC: fix pxa2xx-pcm.h pathHaojian Zhuang1-1/+0
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-13/+32
2010-04-05ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_streamDaniel Mack1-1/+3
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-01-01ASoC: Fix pxa2xx-pcm checks for invalid DMA channelsStephen Ware1-2/+2
2008-12-10ALSA: ASoC - Fix wrong section typesTakashi Iwai1-1/+1
2008-12-09ASoC: Register platform driversMark Brown1-0/+12
2008-11-21ASoC: Staticise pxa2xx_pcm_opsMark Brown1-1/+1
2008-09-23ALSA: Separate common pxa2xx-pcm codeDmitry Baryshkov1-254/+7
2008-07-29ALSA: ASoC: Permit simultaneous compilation of both PXA AC97 driversDmitry Baryshkov1-2/+2
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-3/+3
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-10ALSA: asoc: pxa - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood1-1/+1
2008-04-24[ALSA] soc - pxa2xx-pcm - Fix checkpatch warningsMark Brown1-5/+4
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-02-09[ALSA] soc - ASoC 0.13 pxa2xx DMAAndrew Johnson1-1/+10
2007-02-09[ALSA] ASoC pxa2xx DMA supportLiam Girdwood1-0/+363