File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ static struct acp_card_drvdata sof_rt5682s_rt1019_data = {
48
48
.hs_codec_id = RT5682S ,
49
49
.amp_codec_id = RT1019 ,
50
50
.dmic_codec_id = DMIC ,
51
+ .platform = RENOIR ,
51
52
.tdm_mode = false,
52
53
};
53
54
@@ -58,6 +59,7 @@ static struct acp_card_drvdata sof_rt5682s_max_data = {
58
59
.hs_codec_id = RT5682S ,
59
60
.amp_codec_id = MAX98360A ,
60
61
.dmic_codec_id = DMIC ,
62
+ .platform = RENOIR ,
61
63
.tdm_mode = false,
62
64
};
63
65
@@ -68,6 +70,7 @@ static struct acp_card_drvdata sof_nau8825_data = {
68
70
.hs_codec_id = NAU8825 ,
69
71
.amp_codec_id = MAX98360A ,
70
72
.dmic_codec_id = DMIC ,
73
+ .platform = REMBRANDT ,
71
74
.soc_mclk = true,
72
75
.tdm_mode = false,
73
76
};
@@ -79,6 +82,7 @@ static struct acp_card_drvdata sof_rt5682s_hs_rt1019_data = {
79
82
.hs_codec_id = RT5682S ,
80
83
.amp_codec_id = RT1019 ,
81
84
.dmic_codec_id = DMIC ,
85
+ .platform = REMBRANDT ,
82
86
.soc_mclk = true,
83
87
.tdm_mode = false,
84
88
};
You can’t perform that action at this time.
0 commit comments