@@ -33,18 +33,18 @@ static const struct sof_dev_desc tgl_desc = {
33
33
.dspless_mode_supported = true, /* Only supported for HDaudio */
34
34
.default_fw_path = {
35
35
[SOF_IPC_TYPE_3 ] = "intel/sof" ,
36
- [SOF_IPC_TYPE_4 ] = "intel/avs /tgl" ,
36
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 /tgl" ,
37
37
},
38
38
.default_lib_path = {
39
- [SOF_IPC_TYPE_4 ] = "intel/avs -lib/tgl" ,
39
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 -lib/tgl" ,
40
40
},
41
41
.default_tplg_path = {
42
42
[SOF_IPC_TYPE_3 ] = "intel/sof-tplg" ,
43
- [SOF_IPC_TYPE_4 ] = "intel/avs -tplg" ,
43
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 -tplg" ,
44
44
},
45
45
.default_fw_filename = {
46
46
[SOF_IPC_TYPE_3 ] = "sof-tgl.ri" ,
47
- [SOF_IPC_TYPE_4 ] = "dsp_basefw.bin " ,
47
+ [SOF_IPC_TYPE_4 ] = "sof-tgl.ri " ,
48
48
},
49
49
.nocodec_tplg_filename = "sof-tgl-nocodec.tplg" ,
50
50
.ops = & sof_tgl_ops ,
@@ -66,18 +66,18 @@ static const struct sof_dev_desc tglh_desc = {
66
66
.dspless_mode_supported = true, /* Only supported for HDaudio */
67
67
.default_fw_path = {
68
68
[SOF_IPC_TYPE_3 ] = "intel/sof" ,
69
- [SOF_IPC_TYPE_4 ] = "intel/avs /tgl-h" ,
69
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 /tgl-h" ,
70
70
},
71
71
.default_lib_path = {
72
- [SOF_IPC_TYPE_4 ] = "intel/avs -lib/tgl-h" ,
72
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 -lib/tgl-h" ,
73
73
},
74
74
.default_tplg_path = {
75
75
[SOF_IPC_TYPE_3 ] = "intel/sof-tplg" ,
76
- [SOF_IPC_TYPE_4 ] = "intel/avs -tplg" ,
76
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 -tplg" ,
77
77
},
78
78
.default_fw_filename = {
79
79
[SOF_IPC_TYPE_3 ] = "sof-tgl-h.ri" ,
80
- [SOF_IPC_TYPE_4 ] = "dsp_basefw.bin " ,
80
+ [SOF_IPC_TYPE_4 ] = "sof-tgl-h.ri " ,
81
81
},
82
82
.nocodec_tplg_filename = "sof-tgl-nocodec.tplg" ,
83
83
.ops = & sof_tgl_ops ,
@@ -98,18 +98,18 @@ static const struct sof_dev_desc ehl_desc = {
98
98
.dspless_mode_supported = true, /* Only supported for HDaudio */
99
99
.default_fw_path = {
100
100
[SOF_IPC_TYPE_3 ] = "intel/sof" ,
101
- [SOF_IPC_TYPE_4 ] = "intel/avs /ehl" ,
101
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 /ehl" ,
102
102
},
103
103
.default_lib_path = {
104
- [SOF_IPC_TYPE_4 ] = "intel/avs -lib/ehl" ,
104
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 -lib/ehl" ,
105
105
},
106
106
.default_tplg_path = {
107
107
[SOF_IPC_TYPE_3 ] = "intel/sof-tplg" ,
108
- [SOF_IPC_TYPE_4 ] = "intel/avs -tplg" ,
108
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 -tplg" ,
109
109
},
110
110
.default_fw_filename = {
111
111
[SOF_IPC_TYPE_3 ] = "sof-ehl.ri" ,
112
- [SOF_IPC_TYPE_4 ] = "dsp_basefw.bin " ,
112
+ [SOF_IPC_TYPE_4 ] = "sof-ehl.ri " ,
113
113
},
114
114
.nocodec_tplg_filename = "sof-ehl-nocodec.tplg" ,
115
115
.ops = & sof_tgl_ops ,
@@ -131,18 +131,18 @@ static const struct sof_dev_desc adls_desc = {
131
131
.dspless_mode_supported = true, /* Only supported for HDaudio */
132
132
.default_fw_path = {
133
133
[SOF_IPC_TYPE_3 ] = "intel/sof" ,
134
- [SOF_IPC_TYPE_4 ] = "intel/avs /adl-s" ,
134
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 /adl-s" ,
135
135
},
136
136
.default_lib_path = {
137
- [SOF_IPC_TYPE_4 ] = "intel/avs -lib/adl-s" ,
137
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 -lib/adl-s" ,
138
138
},
139
139
.default_tplg_path = {
140
140
[SOF_IPC_TYPE_3 ] = "intel/sof-tplg" ,
141
- [SOF_IPC_TYPE_4 ] = "intel/avs -tplg" ,
141
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 -tplg" ,
142
142
},
143
143
.default_fw_filename = {
144
144
[SOF_IPC_TYPE_3 ] = "sof-adl-s.ri" ,
145
- [SOF_IPC_TYPE_4 ] = "dsp_basefw.bin " ,
145
+ [SOF_IPC_TYPE_4 ] = "sof-adl-s.ri " ,
146
146
},
147
147
.nocodec_tplg_filename = "sof-adl-nocodec.tplg" ,
148
148
.ops = & sof_tgl_ops ,
@@ -164,18 +164,18 @@ static const struct sof_dev_desc adl_desc = {
164
164
.dspless_mode_supported = true, /* Only supported for HDaudio */
165
165
.default_fw_path = {
166
166
[SOF_IPC_TYPE_3 ] = "intel/sof" ,
167
- [SOF_IPC_TYPE_4 ] = "intel/avs /adl" ,
167
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 /adl" ,
168
168
},
169
169
.default_lib_path = {
170
- [SOF_IPC_TYPE_4 ] = "intel/avs -lib/adl" ,
170
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 -lib/adl" ,
171
171
},
172
172
.default_tplg_path = {
173
173
[SOF_IPC_TYPE_3 ] = "intel/sof-tplg" ,
174
- [SOF_IPC_TYPE_4 ] = "intel/avs -tplg" ,
174
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 -tplg" ,
175
175
},
176
176
.default_fw_filename = {
177
177
[SOF_IPC_TYPE_3 ] = "sof-adl.ri" ,
178
- [SOF_IPC_TYPE_4 ] = "dsp_basefw.bin " ,
178
+ [SOF_IPC_TYPE_4 ] = "sof-adl.ri " ,
179
179
},
180
180
.nocodec_tplg_filename = "sof-adl-nocodec.tplg" ,
181
181
.ops = & sof_tgl_ops ,
@@ -197,18 +197,18 @@ static const struct sof_dev_desc adl_n_desc = {
197
197
.dspless_mode_supported = true, /* Only supported for HDaudio */
198
198
.default_fw_path = {
199
199
[SOF_IPC_TYPE_3 ] = "intel/sof" ,
200
- [SOF_IPC_TYPE_4 ] = "intel/avs /adl-n" ,
200
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 /adl-n" ,
201
201
},
202
202
.default_lib_path = {
203
- [SOF_IPC_TYPE_4 ] = "intel/avs -lib/adl-n" ,
203
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 -lib/adl-n" ,
204
204
},
205
205
.default_tplg_path = {
206
206
[SOF_IPC_TYPE_3 ] = "intel/sof-tplg" ,
207
- [SOF_IPC_TYPE_4 ] = "intel/avs -tplg" ,
207
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 -tplg" ,
208
208
},
209
209
.default_fw_filename = {
210
210
[SOF_IPC_TYPE_3 ] = "sof-adl-n.ri" ,
211
- [SOF_IPC_TYPE_4 ] = "dsp_basefw.bin " ,
211
+ [SOF_IPC_TYPE_4 ] = "sof-adl-n.ri " ,
212
212
},
213
213
.nocodec_tplg_filename = "sof-adl-nocodec.tplg" ,
214
214
.ops = & sof_tgl_ops ,
@@ -230,18 +230,18 @@ static const struct sof_dev_desc rpls_desc = {
230
230
.dspless_mode_supported = true, /* Only supported for HDaudio */
231
231
.default_fw_path = {
232
232
[SOF_IPC_TYPE_3 ] = "intel/sof" ,
233
- [SOF_IPC_TYPE_4 ] = "intel/avs /rpl-s" ,
233
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 /rpl-s" ,
234
234
},
235
235
.default_lib_path = {
236
- [SOF_IPC_TYPE_4 ] = "intel/avs -lib/rpl-s" ,
236
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 -lib/rpl-s" ,
237
237
},
238
238
.default_tplg_path = {
239
239
[SOF_IPC_TYPE_3 ] = "intel/sof-tplg" ,
240
- [SOF_IPC_TYPE_4 ] = "intel/avs -tplg" ,
240
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 -tplg" ,
241
241
},
242
242
.default_fw_filename = {
243
243
[SOF_IPC_TYPE_3 ] = "sof-rpl-s.ri" ,
244
- [SOF_IPC_TYPE_4 ] = "dsp_basefw.bin " ,
244
+ [SOF_IPC_TYPE_4 ] = "sof-rpl-s.ri " ,
245
245
},
246
246
.nocodec_tplg_filename = "sof-rpl-nocodec.tplg" ,
247
247
.ops = & sof_tgl_ops ,
@@ -263,18 +263,18 @@ static const struct sof_dev_desc rpl_desc = {
263
263
.dspless_mode_supported = true, /* Only supported for HDaudio */
264
264
.default_fw_path = {
265
265
[SOF_IPC_TYPE_3 ] = "intel/sof" ,
266
- [SOF_IPC_TYPE_4 ] = "intel/avs /rpl" ,
266
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 /rpl" ,
267
267
},
268
268
.default_lib_path = {
269
- [SOF_IPC_TYPE_4 ] = "intel/avs -lib/rpl" ,
269
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 -lib/rpl" ,
270
270
},
271
271
.default_tplg_path = {
272
272
[SOF_IPC_TYPE_3 ] = "intel/sof-tplg" ,
273
- [SOF_IPC_TYPE_4 ] = "intel/avs -tplg" ,
273
+ [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4 -tplg" ,
274
274
},
275
275
.default_fw_filename = {
276
276
[SOF_IPC_TYPE_3 ] = "sof-rpl.ri" ,
277
- [SOF_IPC_TYPE_4 ] = "dsp_basefw.bin " ,
277
+ [SOF_IPC_TYPE_4 ] = "sof-rpl.ri " ,
278
278
},
279
279
.nocodec_tplg_filename = "sof-rpl-nocodec.tplg" ,
280
280
.ops = & sof_tgl_ops ,
0 commit comments