Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3]  ADD  legacy audio driver support for rembrandt
@ 2022-07-07 16:11 V sujith kumar Reddy
  2022-07-07 16:11 ` [PATCH v1 1/3] ASoC: amd: acp: Remove rt1019_1 codec conf from machine driver V sujith kumar Reddy
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: V sujith kumar Reddy @ 2022-07-07 16:11 UTC (permalink / raw)
  To: broonie, alsa-devel
  Cc: Sunil-kumar.Dommati, ssabakar, venkataprasad.potturu,
	Basavaraj.Hiregoudar, Vijendar.Mukunda, V sujith kumar Reddy

Add Generic driver to support multiple platform,
ADD HS control instance for Rembrandt platform.
Add nau8825,max98560 and rt5682s,rt1019 combination support for legacy
platform.

v0--->v1
-- Kconfig syntax changes done
-- robot errors done 
sound/soc/amd/acp/acp-rembrandt.c:264:5: warning: no previous prototype for 'rmb_acp_init' [-Wmissing-prototypes]
sound/soc/amd/acp/acp-rembrandt.c:264:5: warning: no previous prototype for 'rmb_acp_init' [-Wmissing-prototypes]



V sujith kumar Reddy (3):
  ASoC: amd: acp: Remove rt1019_1 codec conf from machine driver
  ASoC: amd: acp: ACP code generic to support newer platforms
  ASoC: amd: acp: Add legacy audio driver support for Rembrandt platform

 sound/soc/amd/acp/Kconfig            |  11 +
 sound/soc/amd/acp/Makefile           |   2 +
 sound/soc/amd/acp/acp-i2s.c          | 169 +++++++++++-
 sound/soc/amd/acp/acp-legacy-mach.c  |  32 +++
 sound/soc/amd/acp/acp-mach-common.c  | 104 +++++--
 sound/soc/amd/acp/acp-mach.h         |   6 +
 sound/soc/amd/acp/acp-pci.c          |   6 +
 sound/soc/amd/acp/acp-pdm.c          |   8 +-
 sound/soc/amd/acp/acp-platform.c     |  32 ++-
 sound/soc/amd/acp/acp-rembrandt.c    | 397 +++++++++++++++++++++++++++
 sound/soc/amd/acp/acp-renoir.c       |  38 ++-
 sound/soc/amd/acp/amd.h              |  86 +++++-
 sound/soc/amd/acp/chip_offset_byte.h |  40 ++-
 13 files changed, 862 insertions(+), 69 deletions(-)
 create mode 100644 sound/soc/amd/acp/acp-rembrandt.c

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-08-01  5:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-07 16:11 [PATCH v1 0/3] ADD legacy audio driver support for rembrandt V sujith kumar Reddy
2022-07-07 16:11 ` [PATCH v1 1/3] ASoC: amd: acp: Remove rt1019_1 codec conf from machine driver V sujith kumar Reddy
2022-07-07 16:11 ` [PATCH v1 2/3] ASoC: amd: acp: ACP code generic to support newer platforms V sujith kumar Reddy
2022-07-07 16:11 ` [PATCH v1 3/3] ASoC: amd: acp: Add legacy audio driver support for Rembrandt platform V sujith kumar Reddy
2022-07-31 15:41   ` Christophe JAILLET
2022-08-01  5:11     ` Reddy, V sujith kumar
2022-07-11 15:18 ` [PATCH v1 0/3] ADD legacy audio driver support for rembrandt Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox