summaryrefslogtreecommitdiffstats
path: root/sound/soc/amd/raven/acp3x-pcm-dma.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: amd: convert not to use asoc_xxx()Kuninori Morimoto2023-09-251-3/+3
* ASoC: amd: update pm_runtime enable sequenceArun Gopal Kondaveeti2023-06-231-1/+2
* ASoC: amd: raven: acp3x-pcm-dma: Convert to platform remove callback returnin...Uwe Kleine-König2023-03-201-3/+2
* ASoC: amd: pcm-dma: Fix signedness bug in acp3x_audio_probe()Dan Carpenter2022-03-071-3/+4
* ASoC: amd: pcm-dma: Use platform_get_irq() to get the interruptMeng Tang2022-02-281-6/+2
* Merge some cs42l42 patches into asoc-5.15Mark Brown2021-08-061-1/+1
|\
| * ASoC: amd: Fix reference to PCM buffer addressTakashi Iwai2021-08-021-1/+1
| * Merge existing fixes from asoc/for-5.13Mark Brown2021-05-101-10/+0
| |\
* | | ASoC: amd: Drop superfluous mmap callbacksTakashi Iwai2021-07-301-8/+0
* | | ASoC: amd: fix spelling mistakesGu Shengxian2021-07-111-1/+1
* | | Merge tag 'asoc-fix-v5.13-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2021-05-251-10/+0
|\ \ \ | |/ / |/| / | |/
| * ASoC: amd: fix for pcm_read() errorVijendar Mukunda2021-04-281-10/+0
* | ASoC: amd: drop S24_LE format supportVijendar Mukunda2021-04-211-4/+2
|/
* ASoC: amd: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-231-3/+3
* ASoC: amd: raven: acp3x-pcm-dma: remove unused-but-set variablePierre-Louis Bossart2020-07-071-2/+0
* ASoC: amd: raven: acp3x-pcm-dma: fix 'set but not used' warningPierre-Louis Bossart2020-07-071-2/+0
* ASoC: amd: Enable interrupt in dma_openAkshu Agrawal2020-07-011-1/+1
* ASoC: amd: closing specific instance.Ravulapati Vishnu vardhan rao2020-06-181-7/+23
* ASoC: amd: Removing unnecessary instance initializationRavulapati Vishnu vardhan rao2020-05-281-8/+0
* ASoC: amd: raven: Make the driver name consistent across filesAkshu Agrawal2020-05-181-2/+2
* ASoC: amd :High hw_level while simultaneous captureAkshu Agrawal2020-05-061-13/+24
* ASoC: amd: acp3x-pcm-dma: clean up two indentation issuesColin Ian King2020-03-271-2/+4
* ASoC: amd: Buffer Size instead of MAX BufferRavulapati Vishnu vardhan rao2020-02-121-6/+1
* ASoC: amd: Fix for Subsequent Playback issue.Ravulapati Vishnu vardhan rao2020-01-271-7/+7
* ASoC: amd MMAP_INTERLEAVED SupportRavulapati Vishnu vardhan rao2019-12-311-1/+3
* ASoC: amd: Added ACP3x system resume and runtime pmRavulapati Vishnu vardhan rao2019-12-311-143/+6
* ASoC: amd: Handle ACP3x I2S-SP Interrupts.Ravulapati Vishnu vardhan rao2019-12-311-0/+14
* ASoC: amd: Enabling I2S instance in DMA and DAIRavulapati Vishnu vardhan rao2019-12-311-67/+150
* ASoC: amd: Refactoring of DAI from DMA driverRavulapati Vishnu vardhan rao2019-12-311-243/+49
* ASoC: amd: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
* ASoC: amd: Use managed buffer allocationTakashi Iwai2019-12-111-24/+6
* ASoC: amd: acp3x-pcm-dma: remove snd_pcm_opsKuninori Morimoto2019-10-081-31/+23
* ASoC: amd: acp3x: clean up indentation issueColin Ian King2019-10-011-1/+1
* ASoC: amd: acp3x: use dma address for acp3x dma driverVijendar Mukunda2019-08-021-9/+5
* ASoC: amd: acp3x: use dma_ops of parent device for acp3x dma driverVijendar Mukunda2019-08-021-2/+4
* ASoC: amd: Reporting accurate hw_ptr for acp3x dmaRavulapati Vishnu vardhan rao2019-05-131-12/+31
* ASoC: amd: acp3x: Make acp3x_dai_i2s_ops staticYueHaibing2019-05-021-1/+1
* ASoC: amd: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-5/+4
* ASoC: amd: Avoid passing NULL to memory allocatorsTakashi Iwai2019-02-051-1/+2
* ASoC: amd: Fix potential NULL pointer dereferenceGustavo A. R. Silva2019-01-151-2/+4
* ASoC: amd: remove set but not used variable 'dma_buffer'YueHaibing2018-11-151-2/+0
* ASoC: amd: Switch to SPDX identifierVijendar Mukunda2018-11-151-14/+5
* ASoC: amd: fix memory leak of i2s_data on error returnColin Ian King2018-11-141-0/+1
* ASoC: amd: add acp3x system resume pm opVijendar Mukunda2018-11-131-0/+46
* ASoC: amd: add acp3x runtime pm opsVijendar Mukunda2018-11-131-0/+39
* ASoC: amd: add acp3x tdm mode supportVijendar Mukunda2018-11-131-0/+62
* ASoC: amd: add acp3x i2s opsVijendar Mukunda2018-11-131-3/+86
* ASoC: amd: add acp3x pcm driver dma opsVijendar Mukunda2018-11-131-7/+255
* ASoC: amd: Interrupt handler changes for ACP3x DMA driverVijendar Mukunda2018-11-131-0/+46
* ASoC: amd: add ACP3x PCM platform driverVijendar Mukunda2018-11-131-0/+263