[PATCH v6 0/3] ASoC: Add DMIC support for the AMD RPL platform

Mingyou Chen posted 3 patches 1 month, 2 weeks ago
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
[PATCH v6 0/3] ASoC: Add DMIC support for the AMD RPL platform
Posted by Mingyou Chen 1 month, 2 weeks ago
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
Re: [PATCH v6 0/3] ASoC: Add DMIC support for the AMD RPL platform
Posted by Mark Brown 1 month ago
On Fri, 13 Feb 2026 13:59:01 +0800, Mingyou Chen wrote:
> 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")
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/3] ASoC: Add DMIC support for the AMD RPL platform
      commit: 70bbd833986ae6691b3609a0052a733ff2421565
[2/3] ASoC: Drop RPL driver
      commit: d3fbf61317f6ec99398661b95d1046008ee61282
[3/3] ASoC: Add quirk for Lecoo Bellator N176
      commit: 78dfbd4ad0be9f51de7b9a19388809254aeccd26

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
Re: [PATCH v6 0/3] ASoC: Add DMIC support for the AMD RPL platform
Posted by Mario Limonciello 1 month, 2 weeks ago
On 2/12/26 11:59 PM, Mingyou Chen wrote:
> 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
> 

Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
Re: [PATCH v6 0/3] ASoC: Add DMIC support for the AMD RPL platform
Posted by Mukunda,Vijendar 1 month, 1 week ago
On 13/02/26 11:29, Mingyou Chen wrote:
> 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
>
Reviewed-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>