Unverified Commit 8ec017cf authored by Gilson Marquato Júnior's avatar Gilson Marquato Júnior Committed by Mark Brown
Browse files

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: default avatarGilson 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: default avatarMark Brown <broonie@kernel.org>
parent 27c29969
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -45,6 +45,13 @@ static struct snd_soc_card acp6x_card = {
};

static const struct dmi_system_id yc_acp_quirk_table[] = {
	{
		.driver_data = &acp6x_card,
		.matches = {
			DMI_MATCH(DMI_BOARD_VENDOR, "HP"),
			DMI_MATCH(DMI_PRODUCT_NAME, "HP Laptop 15-fc0xxx"),
		}
	},
	{
		.driver_data = &acp6x_card,
		.matches = {