aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/amd/raven/acp3x-pcm-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-07ASoC: amd: pcm-dma: Fix signedness bug in acp3x_audio_probe()Dan Carpenter1-3/+4
2022-02-28ASoC: amd: pcm-dma: Use platform_get_irq() to get the interruptMeng Tang1-6/+2
2021-08-06Merge some cs42l42 patches into asoc-5.15Mark Brown1-1/+1
2021-08-02ASoC: amd: Fix reference to PCM buffer addressTakashi Iwai1-1/+1
2021-07-30ASoC: amd: Drop superfluous mmap callbacksTakashi Iwai1-8/+0
2021-07-11ASoC: amd: fix spelling mistakesGu Shengxian1-1/+1
2021-05-25Merge tag 'asoc-fix-v5.13-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-10/+0
2021-05-10Merge existing fixes from asoc/for-5.13Mark Brown1-10/+0
2021-04-28ASoC: amd: fix for pcm_read() errorVijendar Mukunda1-10/+0
2021-04-21ASoC: amd: drop S24_LE format supportVijendar Mukunda1-4/+2
2020-07-23ASoC: amd: use asoc_substream_to_rtd()Kuninori Morimoto1-3/+3
2020-07-07ASoC: amd: raven: acp3x-pcm-dma: remove unused-but-set variablePierre-Louis Bossart1-2/+0
2020-07-07ASoC: amd: raven: acp3x-pcm-dma: fix 'set but not used' warningPierre-Louis Bossart1-2/+0
2020-07-01ASoC: amd: Enable interrupt in dma_openAkshu Agrawal1-1/+1
2020-06-18ASoC: amd: closing specific instance.Ravulapati Vishnu vardhan rao1-7/+23
2020-05-28ASoC: amd: Removing unnecessary instance initializationRavulapati Vishnu vardhan rao1-8/+0
2020-05-18ASoC: amd: raven: Make the driver name consistent across filesAkshu Agrawal1-2/+2
2020-05-06ASoC: amd :High hw_level while simultaneous captureAkshu Agrawal1-13/+24
2020-03-27ASoC: amd: acp3x-pcm-dma: clean up two indentation issuesColin Ian King1-2/+4
2020-02-12ASoC: amd: Buffer Size instead of MAX BufferRavulapati Vishnu vardhan rao1-6/+1
2020-01-27ASoC: amd: Fix for Subsequent Playback issue.Ravulapati Vishnu vardhan rao1-7/+7
2019-12-31ASoC: amd MMAP_INTERLEAVED SupportRavulapati Vishnu vardhan rao1-1/+3
2019-12-31ASoC: amd: Added ACP3x system resume and runtime pmRavulapati Vishnu vardhan rao1-143/+6
2019-12-31ASoC: amd: Handle ACP3x I2S-SP Interrupts.Ravulapati Vishnu vardhan rao1-0/+14
2019-12-31ASoC: amd: Enabling I2S instance in DMA and DAIRavulapati Vishnu vardhan rao1-67/+150
2019-12-31ASoC: amd: Refactoring of DAI from DMA driverRavulapati Vishnu vardhan rao1-243/+49
2019-12-11ASoC: amd: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-11ASoC: amd: Use managed buffer allocationTakashi Iwai1-24/+6
2019-10-08ASoC: amd: acp3x-pcm-dma: remove snd_pcm_opsKuninori Morimoto1-31/+23
2019-10-01ASoC: amd: acp3x: clean up indentation issueColin Ian King1-1/+1
2019-08-02ASoC: amd: acp3x: use dma address for acp3x dma driverVijendar Mukunda1-9/+5
2019-08-02ASoC: amd: acp3x: use dma_ops of parent device for acp3x dma driverVijendar Mukunda1-2/+4
2019-05-13ASoC: amd: Reporting accurate hw_ptr for acp3x dmaRavulapati Vishnu vardhan rao1-12/+31
2019-05-02ASoC: amd: acp3x: Make acp3x_dai_i2s_ops staticYueHaibing1-1/+1
2019-02-06ASoC: amd: Drop superfluous PCM preallocation error checksTakashi Iwai1-5/+4
2019-02-05ASoC: amd: Avoid passing NULL to memory allocatorsTakashi Iwai1-1/+2
2019-01-15ASoC: amd: Fix potential NULL pointer dereferenceGustavo A. R. Silva1-2/+4
2018-11-15ASoC: amd: remove set but not used variable 'dma_buffer'YueHaibing1-2/+0
2018-11-15ASoC: amd: Switch to SPDX identifierVijendar Mukunda1-14/+5
2018-11-14ASoC: amd: fix memory leak of i2s_data on error returnColin Ian King1-0/+1
2018-11-13ASoC: amd: add acp3x system resume pm opVijendar Mukunda1-0/+46
2018-11-13ASoC: amd: add acp3x runtime pm opsVijendar Mukunda1-0/+39
2018-11-13ASoC: amd: add acp3x tdm mode supportVijendar Mukunda1-0/+62
2018-11-13ASoC: amd: add acp3x i2s opsVijendar Mukunda1-3/+86
2018-11-13ASoC: amd: add acp3x pcm driver dma opsVijendar Mukunda1-7/+255
2018-11-13ASoC: amd: Interrupt handler changes for ACP3x DMA driverVijendar Mukunda1-0/+46
2018-11-13ASoC: amd: add ACP3x PCM platform driverVijendar Mukunda1-0/+263