Skip to content

Commit 4bae202

Browse files
Venkata-Prasad-Potturubroonie
authored andcommitted
ASoC: amd: acp: Update platform name for different boards
Update platform name for various boards based on rembrandt and renoir platforms. Signed-off-by: Venkata Prasad Potturu <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 1d565de commit 4bae202

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sound/soc/amd/acp/acp-sof-mach.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ static struct acp_card_drvdata sof_rt5682s_rt1019_data = {
4848
.hs_codec_id = RT5682S,
4949
.amp_codec_id = RT1019,
5050
.dmic_codec_id = DMIC,
51+
.platform = RENOIR,
5152
.tdm_mode = false,
5253
};
5354

@@ -58,6 +59,7 @@ static struct acp_card_drvdata sof_rt5682s_max_data = {
5859
.hs_codec_id = RT5682S,
5960
.amp_codec_id = MAX98360A,
6061
.dmic_codec_id = DMIC,
62+
.platform = RENOIR,
6163
.tdm_mode = false,
6264
};
6365

@@ -68,6 +70,7 @@ static struct acp_card_drvdata sof_nau8825_data = {
6870
.hs_codec_id = NAU8825,
6971
.amp_codec_id = MAX98360A,
7072
.dmic_codec_id = DMIC,
73+
.platform = REMBRANDT,
7174
.soc_mclk = true,
7275
.tdm_mode = false,
7376
};
@@ -79,6 +82,7 @@ static struct acp_card_drvdata sof_rt5682s_hs_rt1019_data = {
7982
.hs_codec_id = RT5682S,
8083
.amp_codec_id = RT1019,
8184
.dmic_codec_id = DMIC,
85+
.platform = REMBRANDT,
8286
.soc_mclk = true,
8387
.tdm_mode = false,
8488
};

0 commit comments

Comments
 (0)