diff options
author | Andrey Rakhmatullin <wrar@wrar.name> | 2023-05-01 22:51:34 +0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-05-04 10:14:30 +0900 |
commit | 4a1b5bc73e9ce8373d50fdb8f74badd2b4bf324e (patch) | |
tree | ad19cd1da89337b4a3bf01251cf358a6f5e0ce8a /sound | |
parent | 84822215acd15bd86a7759a835271e63bba83a7b (diff) | |
download | linux-rpi-4a1b5bc73e9ce8373d50fdb8f74badd2b4bf324e.tar.gz linux-rpi-4a1b5bc73e9ce8373d50fdb8f74badd2b4bf324e.tar.bz2 linux-rpi-4a1b5bc73e9ce8373d50fdb8f74badd2b4bf324e.zip |
ASoC: amd: yc: Add Asus VivoBook Pro 14 OLED M6400RC to the quirks list for acp6x
This is needed (and enough) to get the internal mic visible and working.
Signed-off-by: Andrey Rakhmatullin <wrar@wrar.name>
Message-Id: <20230501185134.34591-1-wrar@wrar.name>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/amd/yc/acp6x-mach.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c index 69b363dd0d10..0bc6e4066d0f 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -231,6 +231,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { .driver_data = &acp6x_card, .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_PRODUCT_NAME, "M6400RC"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), DMI_MATCH(DMI_PRODUCT_NAME, "M3402RA"), } }, |