Skip to content

Commit dcff8b7

Browse files
fengwkbroonie
fengwk
authored andcommitted
ASoC: amd: yc: Add Xiaomi Redmi Book Pro 15 2022 into DMI table
This model requires an additional detection quirk to enable the internal microphone - BIOS doesn't seem to support AcpDmicConnected (nothing in acpidump output). Signed-off-by: fengwk <[email protected]> Link: https://lore.kernel.org/r/Y8wmCutc74j/tyHP@arch Signed-off-by: Mark Brown <[email protected]>
1 parent fb42936 commit dcff8b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
227227
DMI_MATCH(DMI_PRODUCT_NAME, "Redmi Book Pro 14 2022"),
228228
}
229229
},
230+
{
231+
.driver_data = &acp6x_card,
232+
.matches = {
233+
DMI_MATCH(DMI_BOARD_VENDOR, "TIMI"),
234+
DMI_MATCH(DMI_PRODUCT_NAME, "Redmi Book Pro 15 2022"),
235+
}
236+
},
230237
{
231238
.driver_data = &acp6x_card,
232239
.matches = {

0 commit comments

Comments
 (0)