Skip to content

Commit c118478

Browse files
brunoancbroonie
authored andcommitted
ASoC: amd: yc: Support mic on HP 14-em0002la
Add support for the internal microphone for HP 14-em0002la laptop using a quirk entry. Signed-off-by: Bruno Ancona <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 6b99068 commit c118478

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sound/soc/amd/yc/acp6x-mach.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
423423
DMI_MATCH(DMI_BOARD_NAME, "8A3E"),
424424
}
425425
},
426+
{
427+
.driver_data = &acp6x_card,
428+
.matches = {
429+
DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
430+
DMI_MATCH(DMI_BOARD_NAME, "8B27"),
431+
}
432+
},
426433
{
427434
.driver_data = &acp6x_card,
428435
.matches = {

0 commit comments

Comments
 (0)