Re: [PATCH v2] ASoC: amd: add DMIC support for RPL platform

From: qby140326

Date: Wed Feb 11 2026 - 20:43:06 EST


On 2/11/26 23:21, Mario Limonciello wrote:
Your diff should be relative to sound.git, not relative to your last patch.

That means you shouldn't be "deleting the rpl directory" because it isn't there in upstream.

On your local tree you can probably just rebase to drop it or revert it.

Hi Mario,

Regarding the sound/soc/amd/rpl directory, I believe it actually exists in the current upstream sound.git (and mainline). You can find it here: sound/soc/amd/rpl/

The goal of this patch is to follow the suggestion from Vijendar Mukunda to consolidate the RPL support into the yc driver, as they share very similar logic. By doing this, we can completely remove the redundant rpl folder to simplify the codebase.

PS: I noticed the Makefile and Kconfig problem, I'll create the v3 patch shortly to ensure everything builds correctly.