Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A42)

This model requires an additional detection quirk to enable the internal microphone.

Signed-off-by: Prajna Sariputra <putr4.s@gmail.com>
Link: https://lore.kernel.org/r/2283110.ElGaqSPkdT@n0067ax-linux62
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Prajna Sariputra and committed by
Mark Brown
ee4281de 7a3f924c

+7
+7
sound/soc/amd/yc/acp6x-mach.c
··· 266 266 .driver_data = &acp6x_card, 267 267 .matches = { 268 268 DMI_MATCH(DMI_BOARD_VENDOR, "HP"), 269 + DMI_MATCH(DMI_BOARD_NAME, "8A42"), 270 + } 271 + }, 272 + { 273 + .driver_data = &acp6x_card, 274 + .matches = { 275 + DMI_MATCH(DMI_BOARD_VENDOR, "HP"), 269 276 DMI_MATCH(DMI_BOARD_NAME, "8A43"), 270 277 } 271 278 },