diff options
| author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2025-06-20 17:38:43 +0530 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-06-23 13:12:15 +0100 |
| commit | 59566923d955b69bfb1e1163f07dff437dde8c9c (patch) | |
| tree | 6456b8f5a22f38fc5808abc75f9fc9c1c94031af /sound/soc/sof | |
| parent | ASoC: amd: acp: add soundwire machine for ACP7.0 and ACP7.1 sof stack (diff) | |
| download | linux-59566923d955b69bfb1e1163f07dff437dde8c9c.tar.gz linux-59566923d955b69bfb1e1163f07dff437dde8c9c.zip | |
ASoC: SOF: amd: add alternate machines for ACP7.0 and ACP7.1 platforms
Add SoundWire machines as alternate machines for ACP7.0 and ACP7.1
platforms.
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://patch.msgid.link/20250620120942.1168827-3-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof')
| -rw-r--r-- | sound/soc/sof/amd/pci-acp70.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/amd/pci-acp70.c b/sound/soc/sof/amd/pci-acp70.c index c4db21668252..51d36d43c42b 100644 --- a/sound/soc/sof/amd/pci-acp70.c +++ b/sound/soc/sof/amd/pci-acp70.c @@ -48,6 +48,7 @@ static const struct sof_amd_acp_desc acp70_chip_info = { static const struct sof_dev_desc acp70_desc = { .machines = snd_soc_acpi_amd_acp70_sof_machines, + .alt_machines = snd_soc_acpi_amd_acp70_sof_sdw_machines, .resindex_lpe_base = 0, .resindex_pcicfg_base = -1, .resindex_imr_base = -1, |
