Commit 19650c0f authored by Jeremy Soller's avatar Jeremy Soller Committed by Mark Brown

ASoC: amd: yc: Add DMI entry to support System76 Pangolin 13

Add pang13 quirk to enable the internal microphone.
Signed-off-by: default avatarJeremy Soller <jeremy@system76.com>
Signed-off-by: default avatarTim Crawford <tcrawford@system76.com>
Link: https://lore.kernel.org/r/20231127184237.32077-2-tcrawford@system76.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent f83d38de
......@@ -388,6 +388,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"),
}
},
{}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment