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 quirk for MSI Bravo 15 C7VF

The laptop requires a quirk ID to enable its internal microphone. Add
it to the DMI quirk table.

Reported-by: Techno Mooney <techno.mooney@gmail.com>
Closes: https://bugzilla.kernel.org/show_bug.cgi?id=218402
Cc: stable@vger.kernel.org
Signed-off-by: Techno Mooney <techno.mooney@gmail.com>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Link: https://msgid.link/r/20240129081148.1044891-1-bagasdotme@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Techno Mooney and committed by
Mark Brown
c6dce23e 7c70825d

+7
+7
sound/soc/amd/yc/acp6x-mach.c
··· 300 300 { 301 301 .driver_data = &acp6x_card, 302 302 .matches = { 303 + DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."), 304 + DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 15 C7VF"), 305 + } 306 + }, 307 + { 308 + .driver_data = &acp6x_card, 309 + .matches = { 303 310 DMI_MATCH(DMI_BOARD_VENDOR, "Alienware"), 304 311 DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m17 R5 AMD"), 305 312 }