Skip to content

Commit 0c0ef1d

Browse files
Venkata-Prasad-Potturubroonie
authored andcommitted
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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 3549725 commit 0c0ef1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/amd/acp/acp-mach-common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1772,6 +1772,7 @@ int acp_legacy_dai_links_create(struct snd_soc_card *card)
17721772
break;
17731773
case ACP70_PCI_ID:
17741774
case ACP71_PCI_ID:
1775+
case ACP72_PCI_ID:
17751776
links[i].platforms = platform_acp70_component;
17761777
links[i].num_platforms = ARRAY_SIZE(platform_acp70_component);
17771778
break;

0 commit comments

Comments
 (0)