| From: |
| Mingyou Chen <qby140326-AT-gmail.com> |
| To: |
| vijendar.mukunda-AT-amd.com |
| Subject: |
| [PATCH v6 0/3] ASoC: Add DMIC support for the AMD RPL platform |
| Date: |
| Fri, 13 Feb 2026 13:59:01 +0800 |
| Message-ID: |
| <20260213055904.110256-1-qby140326@gmail.com> |
| Cc: |
| broonie-AT-kernel.org, lgirdwood-AT-gmail.com, perex-AT-perex.cz, tiwai-AT-suse.com, mario.limonciello-AT-amd.com, venkataprasad.potturu-AT-amd.com, Sunil-kumar.Dommati-AT-amd.com, linux-sound-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org, Mingyou Chen <qby140326-AT-gmail.com> |
| Archive-link: |
| Article |
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
v6:
- Fix typo issue ("reverse" -> "reserve")
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