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: acp: Enable acp7.2 platform based DMIC support in machine driver

Enable acp7.2 platform based DMIC support in machine driver.

Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
Link: https://patch.msgid.link/20250702094425.155185-4-venkataprasad.potturu@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Venkata Prasad Potturu and committed by
Mark Brown
0c0ef1d9 3549725e

+1
+1
sound/soc/amd/acp/acp-mach-common.c
··· 1772 1772 break; 1773 1773 case ACP70_PCI_ID: 1774 1774 case ACP71_PCI_ID: 1775 + case ACP72_PCI_ID: 1775 1776 links[i].platforms = platform_acp70_component; 1776 1777 links[i].num_platforms = ARRAY_SIZE(platform_acp70_component); 1777 1778 break;