From: Venkata Prasad Potturu Date: Fri, 1 Aug 2025 06:21:38 +0000 (+0530) Subject: ASoC: amd: acp: Add SoundWire SOF machine driver support for acp7.2 platform X-Git-Tag: io_uring-6.17-20250815~19^2~3^2~1^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=1c4c768d068616fa8948826ab714a4ac1f3b9aa9;p=linux-block.git ASoC: amd: acp: Add SoundWire SOF machine driver support for acp7.2 platform Add SoundWire SOF machine driver support for acp7.2 platform. Signed-off-by: Venkata Prasad Potturu Link: https://patch.msgid.link/20250801062207.579388-5-venkataprasad.potturu@amd.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/amd/acp/acp-sdw-sof-mach.c b/sound/soc/amd/acp/acp-sdw-sof-mach.c index 654fe78b2e2e..91d72d4bb9a2 100644 --- a/sound/soc/amd/acp/acp-sdw-sof-mach.c +++ b/sound/soc/amd/acp/acp-sdw-sof-mach.c @@ -130,6 +130,7 @@ static int create_sdw_dailink(struct snd_soc_card *card, break; case ACP70_PCI_REV: case ACP71_PCI_REV: + case ACP72_PCI_REV: ret = get_acp70_cpu_pin_id(ffs(sof_end->link_mask - 1), *be_id, &cpu_pin_id, dev); if (ret)