@@ -47,6 +47,7 @@ static const struct sof_dev_desc bxt_desc = {
4747 .chip_info = & apl_chip_info ,
4848 .default_fw_path = "intel/sof" ,
4949 .default_tplg_path = "intel/sof-tplg" ,
50+ .default_fw_filename = "sof-apl.ri" ,
5051 .nocodec_fw_filename = "sof-apl.ri" ,
5152 .nocodec_tplg_filename = "sof-apl-nocodec.tplg" ,
5253 .ops = & sof_apl_ops ,
@@ -65,6 +66,7 @@ static const struct sof_dev_desc glk_desc = {
6566 .chip_info = & apl_chip_info ,
6667 .default_fw_path = "intel/sof" ,
6768 .default_tplg_path = "intel/sof-tplg" ,
69+ .default_fw_filename = "sof-glk.ri" ,
6870 .nocodec_fw_filename = "sof-glk.ri" ,
6971 .nocodec_tplg_filename = "sof-glk-nocodec.tplg" ,
7072 .ops = & sof_apl_ops ,
@@ -93,6 +95,7 @@ static const struct sof_dev_desc tng_desc = {
9395 .chip_info = & tng_chip_info ,
9496 .default_fw_path = "intel/sof" ,
9597 .default_tplg_path = "intel/sof-tplg" ,
98+ .default_fw_filename = "sof-byt.ri" ,
9699 .nocodec_fw_filename = "sof-byt.ri" ,
97100 .nocodec_tplg_filename = "sof-byt.tplg" ,
98101 .ops = & sof_tng_ops ,
@@ -111,6 +114,7 @@ static const struct sof_dev_desc cnl_desc = {
111114 .chip_info = & cnl_chip_info ,
112115 .default_fw_path = "intel/sof" ,
113116 .default_tplg_path = "intel/sof-tplg" ,
117+ .default_fw_filename = "sof-cnl.ri" ,
114118 .nocodec_fw_filename = "sof-cnl.ri" ,
115119 .nocodec_tplg_filename = "sof-cnl-nocodec.tplg" ,
116120 .ops = & sof_cnl_ops ,
@@ -129,6 +133,7 @@ static const struct sof_dev_desc cfl_desc = {
129133 .chip_info = & cnl_chip_info ,
130134 .default_fw_path = "intel/sof" ,
131135 .default_tplg_path = "intel/sof-tplg" ,
136+ .default_fw_filename = "sof-cfl.ri" ,
132137 .nocodec_fw_filename = "sof-cfl.ri" ,
133138 .nocodec_tplg_filename = "sof-cnl-nocodec.tplg" ,
134139 .ops = & sof_cnl_ops ,
@@ -149,6 +154,7 @@ static const struct sof_dev_desc cml_desc = {
149154 .chip_info = & cnl_chip_info ,
150155 .default_fw_path = "intel/sof" ,
151156 .default_tplg_path = "intel/sof-tplg" ,
157+ .default_fw_filename = "sof-cml.ri" ,
152158 .nocodec_fw_filename = "sof-cml.ri" ,
153159 .nocodec_tplg_filename = "sof-cnl-nocodec.tplg" ,
154160 .ops = & sof_cnl_ops ,
@@ -167,6 +173,7 @@ static const struct sof_dev_desc icl_desc = {
167173 .chip_info = & icl_chip_info ,
168174 .default_fw_path = "intel/sof" ,
169175 .default_tplg_path = "intel/sof-tplg" ,
176+ .default_fw_filename = "sof-icl.ri" ,
170177 .nocodec_fw_filename = "sof-icl.ri" ,
171178 .nocodec_tplg_filename = "sof-icl-nocodec.tplg" ,
172179 .ops = & sof_cnl_ops ,
@@ -185,6 +192,7 @@ static const struct sof_dev_desc tgl_desc = {
185192 .chip_info = & tgl_chip_info ,
186193 .default_fw_path = "intel/sof" ,
187194 .default_tplg_path = "intel/sof-tplg" ,
195+ .default_fw_filename = "sof-tgl.ri" ,
188196 .nocodec_fw_filename = "sof-tgl.ri" ,
189197 .nocodec_tplg_filename = "sof-tgl-nocodec.tplg" ,
190198 .ops = & sof_cnl_ops ,
@@ -203,6 +211,7 @@ static const struct sof_dev_desc ehl_desc = {
203211 .chip_info = & ehl_chip_info ,
204212 .default_fw_path = "intel/sof" ,
205213 .default_tplg_path = "intel/sof-tplg" ,
214+ .default_fw_filename = "sof-ehl.ri" ,
206215 .nocodec_fw_filename = "sof-ehl.ri" ,
207216 .nocodec_tplg_filename = "sof-ehl-nocodec.tplg" ,
208217 .ops = & sof_cnl_ops ,
0 commit comments