summaryrefslogtreecommitdiffstats
path: root/sound/soc/ux500/ux500_pcm.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-06ASoC: ux500: Remove some leftover from the "Replace GPLv2 boilerplate/referen...Christophe JAILLET1-2/+0
2020-07-23ASoC: ux500: use asoc_substream_to_rtd()Kuninori Morimoto1-1/+1
2020-03-27ASoC: ux500: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-01-10ASoC: ux500: add MODULE_LICENSE tagArnd Bergmann1-0/+5
2015-04-27ASoC: dmaengine_pcm: Make FLAG_NO_RESIDUE internalLars-Peter Clausen1-1/+0
2014-01-09ASoC: ux500: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen1-15/+0
2014-01-07ASoC: ux500_pcm: Differentiate between pdata and DT initialisationLee Jones1-5/+15
2014-01-07ASoC: ux500_pcm: Take out pointless dev_dbg() callLee Jones1-4/+0
2014-01-07ASoC: ux500_pcm: Expect different saved DMA data when obtaining from DAI storeLee Jones1-4/+15
2014-01-07ASoC: ux500_pcm: Stop pretending that we support varying address widthsLee Jones1-4/+3
2013-07-03Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds1-0/+30
2013-06-12ASoC: ux500: Add DMA slave config prepare routineFabio Baltieri1-0/+30
2013-06-04dmaengine: ste_dma40: Convert data_width from register bit format to valueLee Jones1-5/+5
2013-04-18ASoC: ux500: Use generic dmaengine PCMLars-Peter Clausen1-142/+17
2013-04-17ASoC: dmaengine-pcm: Make requesting the DMA channel at PCM open optionalLars-Peter Clausen1-3/+3
2013-04-07ASoC: ux500_pcm: Use the same snd_pcm_hardware for playback and captureLars-Peter Clausen1-36/+15
2013-03-26ASoC: ux500_pcm: No need to use snd_dmaengine_pcm_set_data()Lars-Peter Clausen1-2/+0
2013-03-26ASoC: ux500_pcm: No need to wrap snd_dmaengine_pcm_close()Lars-Peter Clausen1-13/+1
2013-03-26ASoC: ux500_pcm: Remove duplicated SNDRV_PCM_HW_PARAM_PERIODS constraintLars-Peter Clausen1-9/+0
2012-12-13Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-15/+4
2012-12-10ASoC: ux500: remove __dev* attributesBill Pemberton1-2/+2
2012-11-23ASoC: Ux500: Initialise PCM from MSP probe rather than as a deviceLee Jones1-15/+4
2012-11-05ARM: plat-nomadik: move DMA40 header to <linux/platform_data>Linus Walleij1-2/+1
2012-06-20ASoC: dmaengine-pcm: Rename and deprecate snd_dmaengine_pcm_pointerLars-Peter Clausen1-1/+1
2012-06-13ASoC: Ux500: Correct license stringsOla Lilja1-1/+1
2012-06-03ASoC: Ux500: Add platform-driverOla Lilja1-0/+318