ASoC: amd: acp: Add SoundWire SOF machine driver support for acp7.2 platform
authorVenkata Prasad Potturu <venkataprasad.potturu@amd.com>
Fri, 1 Aug 2025 06:21:38 +0000 (11:51 +0530)
committerMark Brown <broonie@kernel.org>
Fri, 1 Aug 2025 13:36:07 +0000 (14:36 +0100)
Add SoundWire SOF machine driver support for acp7.2 platform.

Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
Link: https://patch.msgid.link/20250801062207.579388-5-venkataprasad.potturu@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp/acp-sdw-sof-mach.c

index 654fe78b2e2e074728b0076aa434b4981c70c61c..91d72d4bb9a26c7cc227dd7b14ed999c931cb021 100644 (file)
@@ -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)