All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] ASoC: Add DMIC support for the AMD RPL platform
@ 2026-02-13  0:42 Mingyou Chen
  2026-02-13  0:42 ` [PATCH v5 1/3] " Mingyou Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Mingyou Chen @ 2026-02-13  0:42 UTC (permalink / raw)
  To: vijendar.mukunda
  Cc: broonie, lgirdwood, perex, tiwai, mario.limonciello,
	venkataprasad.potturu, Sunil-kumar.Dommati, linux-sound,
	linux-kernel, Mingyou Chen

v2:
  - Reverse ACP CONFIG PIN from 10 to 14 for rpl
  - Remove the rpl folder
v3:
  - Remove rpl configuration from Kconfig and Makefile
v4:
  - Handle separate switch case for RPL platform (ACP Pin config)
v5:
  - Remove clangd generated compiler_attributes.h include statement

Mingyou Chen (3):
  ASoC: Add DMIC support for the AMD RPL platform
  ASoC: Drop RPL driver
  ASoC: Add quirk for Lecoo Bellator N176

 sound/soc/amd/Kconfig                         |  10 -
 sound/soc/amd/Makefile                        |   1 -
 sound/soc/amd/rpl/Makefile                    |   5 -
 sound/soc/amd/rpl/rpl-pci-acp6x.c             | 227 ------------------
 sound/soc/amd/rpl/rpl_acp6x.h                 |  36 ---
 .../soc/amd/rpl/rpl_acp6x_chip_offset_byte.h  |  30 ---
 sound/soc/amd/yc/acp6x-mach.c                 |   7 +
 sound/soc/amd/yc/pci-acp6x.c                  |  12 +
 8 files changed, 19 insertions(+), 309 deletions(-)
 delete mode 100644 sound/soc/amd/rpl/Makefile
 delete mode 100644 sound/soc/amd/rpl/rpl-pci-acp6x.c
 delete mode 100644 sound/soc/amd/rpl/rpl_acp6x.h
 delete mode 100644 sound/soc/amd/rpl/rpl_acp6x_chip_offset_byte.h

-- 
2.51.2


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

end of thread, other threads:[~2026-02-13  3:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-13  0:42 [PATCH v5 0/3] ASoC: Add DMIC support for the AMD RPL platform Mingyou Chen
2026-02-13  0:42 ` [PATCH v5 1/3] " Mingyou Chen
2026-02-13  3:25   ` Mario Limonciello
2026-02-13  0:42 ` [PATCH v5 2/3] ASoC: Drop RPL driver Mingyou Chen
2026-02-13  3:25   ` Mario Limonciello (AMD) (kernel.org)
2026-02-13  0:42 ` [PATCH v5 3/3] ASoC: Add quirk for Lecoo Bellator N176 Mingyou Chen
2026-02-13  3:25   ` Mario Limonciello (AMD) (kernel.org)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.