Skip to content

Commit 8ec017c

Browse files
gilsonmandalogobroonie
authored andcommitted
ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
The HP Laptop 15-fc0xxx (subsystem ID 0x103c8dc9) has an internal DMIC connected to the AMD ACP6x audio coprocessor. Add a DMI quirk entry so the internal microphone is properly detected on this model. Tested on HP Laptop 15-fc0237ns with Fedora 43 (kernel 6.19.9). Signed-off-by: Gilson Marquato Júnior <gilsonmandalogo@hotmail.com> Link: https://patch.msgid.link/20260330-hp-15-fc0xxx-dmic-v2-v1-1-6dd6f53a1917@hotmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 27c2996 commit 8ec017c

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
@@ -45,6 +45,13 @@ static struct snd_soc_card acp6x_card = {
4545
};
4646

4747
static const struct dmi_system_id yc_acp_quirk_table[] = {
48+
{
49+
.driver_data = &acp6x_card,
50+
.matches = {
51+
DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
52+
DMI_MATCH(DMI_PRODUCT_NAME, "HP Laptop 15-fc0xxx"),
53+
}
54+
},
4855
{
4956
.driver_data = &acp6x_card,
5057
.matches = {

0 commit comments

Comments
 (0)