Skip to content

Commit 7d3fe29

Browse files
vijendarmukundabroonie
authored andcommitted
ASoC: amd: acp: add RT711, RT714 & RT1316 support for acp 6.3 platform
This patch add supports for corresponding codecs on acp6.3 platform hardware configuration. SDW0: RT711 Jack SDW0: RT1316 Left Speaker SDW0: RT1316 Right Speaker SDW1: RT714 DMIC Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com> Link: https://patch.msgid.link/20241113115223.3274868-3-Vijendar.Mukunda@amd.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 804aaa9 commit 7d3fe29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sound/soc/amd/acp/amd-acp63-acpi-match.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ struct snd_soc_acpi_mach snd_soc_acpi_amd_acp63_sdw_machines[] = {
130130
.links = acp63_rt722_only,
131131
.drv_name = "amd_sdw",
132132
},
133+
{
134+
.link_mask = BIT(0) | BIT(1),
135+
.links = acp63_4_in_1_sdca,
136+
.drv_name = "amd_sdw",
137+
},
133138
{},
134139
};
135140
EXPORT_SYMBOL(snd_soc_acpi_amd_acp63_sdw_machines);

0 commit comments

Comments
 (0)