diff options
author | Al Raj Hassain <alrajhassain@gmail.com> | 2024-03-04 11:39:23 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-03-04 18:25:44 +0100 |
commit | b3a51137607cee7c814cd3a75d96f78b9ee1dc1f (patch) | |
tree | 45e8865536d0ee8f6c5e39c074e5354e9986992c /sound/soc | |
parent | ASoC: rcar: adg: correct TIMSEL setting for SSI9 (diff) | |
download | linux-b3a51137607cee7c814cd3a75d96f78b9ee1dc1f.tar.xz linux-b3a51137607cee7c814cd3a75d96f78b9ee1dc1f.zip |
ASoC: amd: yc: Add HP Pavilion Aero Laptop 13-be2xxx(8BD6) into DMI quirk table
The HP Pavilion Aero Laptop 13-be2xxx(8BD6) requires a quirk entry for its internal microphone to function.
Signed-off-by: Al Raj Hassain <alrajhassain@gmail.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://msgid.link/r/20240304103924.13673-1-alrajhassain@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-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 abb9589b8477..90360f8b3e81 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -419,6 +419,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { { .driver_data = &acp6x_card, .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "HP"), + DMI_MATCH(DMI_BOARD_NAME, "8BD6"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "MECHREVO"), DMI_MATCH(DMI_BOARD_NAME, "MRID6"), } |