From: Vijendar Mukunda Date: Thu, 1 Aug 2024 11:18:15 +0000 (+0530) Subject: ASoC: SOF: amd: add alternate machines for acp6.3 based platform X-Git-Tag: v6.12-rc1~169^2~1^2~107^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15049b6a6c19d799095e5dbe9a4772862b11ee23;p=thirdparty%2Flinux.git ASoC: SOF: amd: add alternate machines for acp6.3 based platform Add SoundWire machines as alternate machines for acp6.3 based platform. Link: https://github.com/thesofproject/linux/pull/5068 Signed-off-by: Vijendar Mukunda Reviewed-by: Bard Liao Reviewed-by: Pierre-Louis Bossart Link: https://patch.msgid.link/20240801111821.18076-9-Vijendar.Mukunda@amd.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/sof/amd/pci-acp63.c b/sound/soc/sof/amd/pci-acp63.c index fc89844473657..54d42f83ce9e0 100644 --- a/sound/soc/sof/amd/pci-acp63.c +++ b/sound/soc/sof/amd/pci-acp63.c @@ -48,6 +48,7 @@ static const struct sof_amd_acp_desc acp63_chip_info = { static const struct sof_dev_desc acp63_desc = { .machines = snd_soc_acpi_amd_acp63_sof_machines, + .alt_machines = snd_soc_acpi_amd_acp63_sof_sdw_machines, .resindex_lpe_base = 0, .resindex_pcicfg_base = -1, .resindex_imr_base = -1,