Skip to content

Commit 861b341

Browse files
jwangacbroonie
authored andcommitted
ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2"
This reverts commit ed00a69, which added a quirk entry to enable the Yellow Carp (YC) driver for the Lenovo 21J2 laptop. Although the microphone functioned with the YC driver, it resulted in incorrect driver usage. The Lenovo 21J2 is not a Yellow Carp platform, but a Pink Sardine platform, which already has an upstreamed driver. The microphone on the Lenovo 21J2 operates correctly with the CONFIG_SND_SOC_AMD_PS flag enabled and does not require the quirk entry. So this patch removes the quirk entry. Thanks to Mukunda Vijendar [1] for pointing this out. Link: https://lore.kernel.org/linux-sound/023092e1-689c-4b00-b93f-4092c3724fb6@amd.com/ [1] Signed-off-by: Jiawei Wang <me@jwang.link> Link: https://lore.kernel.org/linux-sound/023092e1-689c-4b00-b93f-4092c3724fb6@amd.com/ [1] Link: https://msgid.link/r/20240313015853.3573242-2-me@jwang.link Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent c7c1202 commit 861b341

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

sound/soc/amd/yc/acp6x-mach.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,6 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
199199
DMI_MATCH(DMI_PRODUCT_NAME, "21HY"),
200200
}
201201
},
202-
{
203-
.driver_data = &acp6x_card,
204-
.matches = {
205-
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
206-
DMI_MATCH(DMI_PRODUCT_NAME, "21J2"),
207-
}
208-
},
209202
{
210203
.driver_data = &acp6x_card,
211204
.matches = {

0 commit comments

Comments
 (0)