summaryrefslogtreecommitdiffstats
path: root/sound/soc/amd/acp/acp-sof-mach.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2024-01-22 20:36:54 +0100
committerMark Brown <broonie@kernel.org>2024-01-22 20:36:54 +0100
commit5976192d138cb3ef148983d3a0120a1f6001fbab (patch)
treeda1e1cdde954b54b2bf9d5395107a7238caf7278 /sound/soc/amd/acp/acp-sof-mach.c
parentASoC: codecs: add support for WCD939x Codec (diff)
parentASoC: allow up to eight CPU/codec DAIs (diff)
downloadlinux-5976192d138cb3ef148983d3a0120a1f6001fbab.tar.xz
linux-5976192d138cb3ef148983d3a0120a1f6001fbab.zip
ASoC: Merge up fixes
To facilitate testing get our current fixes into the branch.
Diffstat (limited to 'sound/soc/amd/acp/acp-sof-mach.c')
-rw-r--r--sound/soc/amd/acp/acp-sof-mach.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/amd/acp/acp-sof-mach.c b/sound/soc/amd/acp/acp-sof-mach.c
index 19ff4fe5b1ea..fc59ea34e687 100644
--- a/sound/soc/amd/acp/acp-sof-mach.c
+++ b/sound/soc/amd/acp/acp-sof-mach.c
@@ -46,6 +46,7 @@ static struct acp_card_drvdata sof_rt5682s_rt1019_data = {
.hs_codec_id = RT5682S,
.amp_codec_id = RT1019,
.dmic_codec_id = DMIC,
+ .platform = RENOIR,
};
static struct acp_card_drvdata sof_rt5682s_max_data = {
@@ -55,6 +56,7 @@ static struct acp_card_drvdata sof_rt5682s_max_data = {
.hs_codec_id = RT5682S,
.amp_codec_id = MAX98360A,
.dmic_codec_id = DMIC,
+ .platform = RENOIR,
};
static struct acp_card_drvdata sof_nau8825_data = {
@@ -64,6 +66,7 @@ static struct acp_card_drvdata sof_nau8825_data = {
.hs_codec_id = NAU8825,
.amp_codec_id = MAX98360A,
.dmic_codec_id = DMIC,
+ .platform = REMBRANDT,
.soc_mclk = true,
};
@@ -74,6 +77,7 @@ static struct acp_card_drvdata sof_rt5682s_hs_rt1019_data = {
.hs_codec_id = RT5682S,
.amp_codec_id = RT1019,
.dmic_codec_id = DMIC,
+ .platform = REMBRANDT,
.soc_mclk = true,
};