diff mbox series

Patch to make the built-in microphone of ThinkPad Neo 14 (21EFA000CD) work

Message ID tencent_EB8A99B504B39F1E7BF937EE98CDD2805206@qq.com (mailing list archive)
State New, archived
Headers show
Series Patch to make the built-in microphone of ThinkPad Neo 14 (21EFA000CD) work | expand

Commit Message

lainme March 9, 2023, 6:13 a.m. UTC
Hi,

The built-in microphone of ThinkPad Neo 14 (21EFA000CD) doesn't work with kernel 6.2.2, and the following patch can fix this issue. Here the relevant bug report: https://bugzilla.kernel.org/show_bug.cgi?id=216925
diff mbox series

Patch

--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -49,6 +49,13 @@ 
.driver_data = &acp6x_card,
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "21EF0002CD"),
+ }
+ },
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
DMI_MATCH(DMI_PRODUCT_NAME, "21D0"),
}
},