projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19650c0
)
ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA
author
Malcolm Hart
<malcolm@5harts.com>
Mon, 27 Nov 2023 20:36:00 +0000
(20:36 +0000)
committer
Mark Brown
<broonie@kernel.org>
Fri, 1 Dec 2023 14:12:59 +0000
(14:12 +0000)
This patch adds ASUSTeK COMPUTER INC "
E1504FA
" to the quirks file acp6x-mach.c
to enable microphone array on ASUS Vivobook GO 15.
I have this laptop and can confirm that the patch succeeds in enabling the
microphone array.
Signed-off-by: Malcolm Hart <malcolm@5harts.com>
Cc: stable@vger.kernel.org
Rule: add
Link:
https://lore.kernel.org/stable/875y1nt1bx.fsf%405harts.com
Link:
https://lore.kernel.org/r/871qcbszh0.fsf@5harts.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/yc/acp6x-mach.c
patch
|
blob
|
history
diff --git
a/sound/soc/amd/yc/acp6x-mach.c
b/sound/soc/amd/yc/acp6x-mach.c
index c425652b0fadca888f3f92c108109eaecb3b6339..d83cb6e4c62aecc6e54a700e5d22f136253e42fb 100644
(file)
--- a/
sound/soc/amd/yc/acp6x-mach.c
+++ b/
sound/soc/amd/yc/acp6x-mach.c
@@
-283,6
+283,13
@@
static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "M6500RC"),
}
},
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "E1504FA"),
+ }
+ },
{
.driver_data = &acp6x_card,
.matches = {