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: Support microphone from Acer Aspire A315-24P

Add support microphone from Acer Aspire A315-24P and for some other similar devices with such vendor

Signed-off-by: "end.to.start" <end.to.start@mail.ru>
Link: https://lore.kernel.org/r/20240412075533.10214-1-end.to.start@mail.ru
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

end.to.start and committed by
Mark Brown
c21614d5 5f14536b

+7
+7
sound/soc/amd/yc/acp6x-mach.c
··· 433 433 { 434 434 .driver_data = &acp6x_card, 435 435 .matches = { 436 + DMI_MATCH(DMI_BOARD_VENDOR, "MDC"), 437 + DMI_MATCH(DMI_BOARD_NAME, "Herbag_MDU"), 438 + } 439 + }, 440 + { 441 + .driver_data = &acp6x_card, 442 + .matches = { 436 443 DMI_MATCH(DMI_BOARD_VENDOR, "System76"), 437 444 DMI_MATCH(DMI_PRODUCT_VERSION, "pang12"), 438 445 }