summaryrefslogtreecommitdiffstats
path: root/sound/soc/amd/raven
Commit message (Expand)AuthorAgeFilesLines
* ASoC: amd: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-232-4/+4
* Merge series "ASoC: topology: fix error handling flow" from Pierre-Louis Boss...Mark Brown2020-07-081-3/+1
|\
| * ASoC: amd: Rectifying Unbalanced pm_runtime_enable! issueRavulapati Vishnu vardhan rao2020-07-011-3/+1
* | ASoC: amd: raven: acp3x-i2s: remove unused-but-set variablePierre-Louis Bossart2020-07-071-2/+0
* | ASoC: amd: raven: acp3x-pcm-dma: remove unused-but-set variablePierre-Louis Bossart2020-07-071-2/+0
* | ASoC: amd: raven: acp3x-i2s: fix 'set but not used' warningPierre-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
* | Merge branch 'for-5.8' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-06-291-7/+23
|\|
| * ASoC: amd: closing specific instance.Ravulapati Vishnu vardhan rao2020-06-181-7/+23
* | ASoC: amd: Removing unnecessary instance initializationRavulapati Vishnu vardhan rao2020-06-181-8/+0
|/
* 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-182-5/+5
* ASoC: amd :High hw_level while simultaneous captureAkshu Agrawal2020-05-061-13/+24
* ASoC: AMD: Clear format bits before setting themAkshu Agrawal2020-03-302-0/+3
* ASoC: amd: acp3x-pcm-dma: clean up two indentation issuesColin Ian King2020-03-271-2/+4
* ASoC: amd: Adding TDM support in hw_params.Ravulapati Vishnu vardhan rao2020-03-091-31/+13
* ASoC: amd: Allow I2S wake event after ACP is powerd OnAkshu Agrawal2020-02-261-1/+6
* ASoC: amd: ACP needs to be powered off in BIOS.Ravulapati Vishnu vardhan rao2020-02-171-23/+0
* ASoC: amd: Buffer Size instead of MAX BufferRavulapati Vishnu vardhan rao2020-02-122-6/+9
* ASoC: amd: Fix simultaneous playback and captureAkshu Agrawal2020-01-291-5/+7
* ASoC: amd: Fix for Subsequent Playback issue.Ravulapati Vishnu vardhan rao2020-01-271-7/+7
* ASoC: amd: Additional DAI for I2S SP instance.Ravulapati Vishnu vardhan rao2020-01-172-2/+8
* ASoC: amd: acp3x: Fix return value check in acp3x_dai_probe()Wei Yongjun2020-01-091-2/+2
* 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-313-149/+180
* ASoC: amd: Handle ACP3x I2S-SP Interrupts.Ravulapati Vishnu vardhan rao2019-12-311-0/+14
* ASoC: amd: add ACP3x TDM mode supportRavulapati Vishnu vardhan rao2019-12-312-6/+23
* ASoC: amd: Enabling I2S instance in DMA and DAIRavulapati Vishnu vardhan rao2019-12-313-104/+312
* ASoC: amd: Refactoring of DAI from DMA driverRavulapati Vishnu vardhan rao2019-12-314-243/+356
* ASoC: amd: Create multiple I2S platform device endpointRavulapati Vishnu vardhan rao2019-12-272-32/+68
* 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: Fix a NULL vs IS_ERR() check in probeDan Carpenter2018-11-261-2/+2
* ASoC: amd: fix spelling mistake "Inavlid" -> "Invalid"Colin Ian King2018-11-161-1/+1
* ASoC: amd: remove set but not used variable 'dma_buffer'YueHaibing2018-11-151-2/+0
* ASoC: amd: Switch to SPDX identifierVijendar Mukunda2018-11-155-47/+22
* ASoC: amd: fix memory leak of i2s_data on error returnColin Ian King2018-11-141-0/+1
* ASoC: amd: enable acp3x drivers buildVijendar Mukunda2018-11-131-0/+4
* 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