From ef6ea45b772980c835fa400200b131320b36e044 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Tue, 15 Apr 2025 00:00:00 +0200 Subject: [PATCH] pygoscelis: Disable CONFIG_SND_SOC_AMD_ACP63_TOPLEVEL AFAICS my hardware is 'Renoir' and has support for ACP < 6.3, i.e. not >= 6.3. --- pygoscelis-config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pygoscelis-config b/pygoscelis-config index b0db450..86037c8 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -4339,8 +4339,7 @@ CONFIG_SND_SOC_AMD_RENOIR=m CONFIG_SND_AMD_ACP_CONFIG=m # CONFIG_SND_SOC_AMD_ACP_COMMON is not set # CONFIG_SND_SOC_AMD_RPL_ACP6x is not set -CONFIG_SND_SOC_AMD_ACP63_TOPLEVEL=m -# CONFIG_SND_SOC_AMD_PS is not set +# CONFIG_SND_SOC_AMD_ACP63_TOPLEVEL is not set # CONFIG_SND_SOC_APPLE_MCA is not set # CONFIG_SND_ATMEL_SOC is not set # CONFIG_SND_BCM2835_SOC_I2S is not set