diff options
author | Venkata Prasad Potturu <venkataprasad.potturu@amd.com> | 2025-07-02 15:14:12 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-07-02 11:26:15 +0100 |
commit | 0c0ef1d90967717b91cded41b00dbae05d8e521c (patch) | |
tree | 48840379533a23b59188cefdda42084ea450d788 | |
parent | 3549725e0f7823d085403fc4219fd3df347a1ae4 (diff) |
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>
-rw-r--r-- | sound/soc/amd/acp/acp-mach-common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/amd/acp/acp-mach-common.c b/sound/soc/amd/acp/acp-mach-common.c index a0dab85088ec..c4bc8e849284 100644 --- a/sound/soc/amd/acp/acp-mach-common.c +++ b/sound/soc/amd/acp/acp-mach-common.c @@ -1772,6 +1772,7 @@ int acp_legacy_dai_links_create(struct snd_soc_card *card) break; case ACP70_PCI_ID: case ACP71_PCI_ID: + case ACP72_PCI_ID: links[i].platforms = platform_acp70_component; links[i].num_platforms = ARRAY_SIZE(platform_acp70_component); break; |