mbox series

[00/12] Add Vangogh ACP ASoC driver

Message ID 20210707055623.27371-1-vijendar.mukunda@amd.com (mailing list archive)
Headers show
Series Add Vangogh ACP ASoC driver | expand

Message

Vijendar Mukunda July 7, 2021, 5:56 a.m. UTC
This adds an ASoC driver for the ACP (Audio CoProcessor)
block on AMD Vangogh APU.

Vijendar Mukunda (12):
  ASoC: amd: add Vangogh ACP5x IP register header
  ASoC: amd: add Vangogh ACP PCI driver
  add acp5x init/de-init functions
  ASoC: amd: create acp5x platform devices
  ASoC: amd: add ACP5x PCM platform driver
  ASoC: amd: irq handler changes for ACP5x PCM dma driver
  ASoC: amd: add ACP5x pcm dma driver ops
  ASoC: amd: add vangogh i2s controller driver
  ASoC: amd: add vangogh i2s dai driver ops
  ASoC: amd: add vangogh pci driver pm ops
  ASoc: amd: add vangogh i2s dma driver pm ops
  ASoC: amd: enable vangogh acp5x driver build

 sound/soc/amd/Kconfig                       |   6 +
 sound/soc/amd/Makefile                      |   1 +
 sound/soc/amd/vangogh/Makefile              |   9 +
 sound/soc/amd/vangogh/acp5x-i2s.c           | 438 ++++++++++++++++
 sound/soc/amd/vangogh/acp5x-pcm-dma.c       | 527 ++++++++++++++++++++
 sound/soc/amd/vangogh/acp5x.h               | 188 +++++++
 sound/soc/amd/vangogh/pci-acp5x.c           | 356 +++++++++++++
 sound/soc/amd/vangogh/vg_chip_offset_byte.h | 337 +++++++++++++
 8 files changed, 1862 insertions(+)
 create mode 100644 sound/soc/amd/vangogh/Makefile
 create mode 100644 sound/soc/amd/vangogh/acp5x-i2s.c
 create mode 100644 sound/soc/amd/vangogh/acp5x-pcm-dma.c
 create mode 100644 sound/soc/amd/vangogh/acp5x.h
 create mode 100644 sound/soc/amd/vangogh/pci-acp5x.c
 create mode 100644 sound/soc/amd/vangogh/vg_chip_offset_byte.h

Comments

Mark Brown July 7, 2021, 4:55 p.m. UTC | #1
On Wed, Jul 07, 2021 at 11:26:11AM +0530, Vijendar Mukunda wrote:
> This adds an ASoC driver for the ACP (Audio CoProcessor)
> block on AMD Vangogh APU.

Big picture this looks pretty good - I've sent a bunch of mails with
comments/queries, and I see that Pierre's done so too but it's all
relatively minor stuff.