Skip to content

Commit 67a0463

Browse files
Alex Farbroonie
authored andcommitted
ASoC: amd: yc: fix internal mic on Redmi G 2022
This laptop model requires an additional detection quirk to enable the internal microphone Signed-off-by: Alex Far <[email protected]> Link: https://patch.msgid.link/ZzjrZY3sImcqTtGx@RedmiG Signed-off-by: Mark Brown <[email protected]>
1 parent 82ff5ab commit 67a0463

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
@@ -409,6 +409,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
409409
DMI_MATCH(DMI_PRODUCT_NAME, "Xiaomi Book Pro 14 2022"),
410410
}
411411
},
412+
{
413+
.driver_data = &acp6x_card,
414+
.matches = {
415+
DMI_MATCH(DMI_BOARD_VENDOR, "TIMI"),
416+
DMI_MATCH(DMI_PRODUCT_NAME, "Redmi G 2022"),
417+
}
418+
},
412419
{
413420
.driver_data = &acp6x_card,
414421
.matches = {

0 commit comments

Comments
 (0)