Skip to content

Commit

Permalink
Add pang13 microphone quirk
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Sep 6, 2023
1 parent 9b709c7 commit 8da4d57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sound/soc/amd/yc/acp6x-mach.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_PRODUCT_VERSION, "pang12"),
}
},
{
.driver_data = &acp6x_card,
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "System76"),
DMI_MATCH(DMI_PRODUCT_VERSION, "pang13"),
}
},
{}
};

Expand Down

0 comments on commit 8da4d57

Please sign in to comment.