Skip to content

Commit 65f6ae1

Browse files
Blu3cr0ssgregkh
authored andcommitted
ASoC: amd: yc: Add quirk for Honor MagicBook X16 2025
[ Upstream commit e2cb8ef ] Add a DMI quirk for the Honor MagicBook X16 2025 laptop fixing the issue where the internal microphone was not detected. Signed-off-by: Andrew Elantsev <elantsew.andrew@gmail.com> Link: https://patch.msgid.link/20251210203800.142822-1-elantsew.andrew@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 003994f commit 65f6ae1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
661661
DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 15 C7UCX"),
662662
}
663663
},
664+
{
665+
.driver_data = &acp6x_card,
666+
.matches = {
667+
DMI_MATCH(DMI_BOARD_VENDOR, "HONOR"),
668+
DMI_MATCH(DMI_PRODUCT_NAME, "GOH-X"),
669+
}
670+
},
664671
{}
665672
};
666673

0 commit comments

Comments
 (0)