]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: amd: yc: Add DMI quirk for MSI Vector A16 HX A8WIG
authorAntonio Ignacio Campos Ruiz <acamposruiz@gmail.com>
Mon, 13 Jul 2026 16:57:09 +0000 (18:57 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 14 Jul 2026 21:27:07 +0000 (22:27 +0100)
commitd39e4e27962aa1fb5b8f0df057e1079504d369eb
treec1971951381ff5681cdb39f5d07e039a5fa443c4
parent9f86aea992568c2b4db78c80ff9508af9e050ff7
ASoC: amd: yc: Add DMI quirk for MSI Vector A16 HX A8WIG

The internal digital microphone on the MSI Vector A16 HX A8WIG is not
detected: the ACP platform devices are created, but snd_soc_acp6x_mach
never binds because the machine is missing from the DMI quirk table, so
no capture device shows up at all.

This is the same board as the already supported "Vector A16 HX A8WHG",
differing only in the trailing model code. Add the corresponding entry.

Signed-off-by: Antonio Ignacio Campos Ruiz <acamposruiz@gmail.com>
Link: https://patch.msgid.link/20260713165709.19489-1-acamposruiz@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/yc/acp6x-mach.c