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 MECHREVO Jiaolong Series MRID6 into DMI table

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

Signed-off-by: Rsplwe <i@rsplwe.com
Link: https://lore.kernel.org/r/tencent_3C6819728B6704C39A864762FB0BB77DF509@qq.com
Signed-off-by: Mark Brown <broonie@kernel.org

authored by

Rsplwe and committed by
Mark Brown
deeb7855 35bccf46

+7
+7
sound/soc/amd/yc/acp6x-mach.c
··· 311 311 DMI_MATCH(DMI_BOARD_NAME, "8A22"), 312 312 } 313 313 }, 314 + { 315 + .driver_data = &acp6x_card, 316 + .matches = { 317 + DMI_MATCH(DMI_BOARD_VENDOR, "MECHREVO"), 318 + DMI_MATCH(DMI_BOARD_NAME, "MRID6"), 319 + } 320 + }, 314 321 {} 315 322 }; 316 323