You are not logged in.
On my laptop ThinkBook 16 G4+ ARA, the microphone doesn't work for me when I use default kernel, then I tried to patch the kernel according to https://bbs.archlinux.org/viewtopic.php?pid=2058087 .
```
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -49,6 +49,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
.driver_data = &acp6x_card,
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "21D1"),
+ }
+ },
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
DMI_MATCH(DMI_PRODUCT_NAME, "21D2"),
}
},
--
```
It actually works for me, then I found it annoying to patch every time when new kernel releases, but also found it too difficult for me to commit this change, so how can I commit this change to the source in an easier or more detailed way?
Thanks.
Last edited by TuskedEvening0 (2022-10-18 05:26:58)
Offline
Have you checked if it is reported upstream and reported it if not?
Please edit your post to use [ code ] [ /code ] tags.
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline