Skip to content

Commit 56d540b

Browse files
vijendarmukundabroonie
authored andcommitted
ASoC: amd: ps: add soundwire machines for acp6.3 platform
Add SoundWire machines for acp 6.3 platform for legacy(No DSP) stack. Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com> Link: https://patch.msgid.link/20241113115223.3274868-4-Vijendar.Mukunda@amd.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 7d3fe29 commit 56d540b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/amd/ps/pci-ps.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ static int snd_acp63_probe(struct pci_dev *pci,
598598
dev_err(&pci->dev, "ACP platform devices creation failed\n");
599599
goto de_init;
600600
}
601+
adata->machines = snd_soc_acpi_amd_acp63_sdw_machines;
601602
ret = acp63_machine_register(&pci->dev);
602603
if (ret) {
603604
dev_err(&pci->dev, "ACP machine register failed\n");

0 commit comments

Comments
 (0)