File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ static const struct sof_dev_desc lnl_desc = {
4040 .ipc_supported_mask = BIT (SOF_IPC_TYPE_4 ),
4141 .ipc_default = SOF_IPC_TYPE_4 ,
4242 .dspless_mode_supported = true,
43- .on_demand_dsp_boot = true,
4443 .default_fw_path = {
4544 [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4/lnl" ,
4645 },
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ static const struct sof_dev_desc ptl_desc = {
3838 .ipc_supported_mask = BIT (SOF_IPC_TYPE_4 ),
3939 .ipc_default = SOF_IPC_TYPE_4 ,
4040 .dspless_mode_supported = true,
41- .on_demand_dsp_boot = true,
4241 .default_fw_path = {
4342 [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4/ptl" ,
4443 },
@@ -68,7 +67,6 @@ static const struct sof_dev_desc wcl_desc = {
6867 .ipc_supported_mask = BIT (SOF_IPC_TYPE_4 ),
6968 .ipc_default = SOF_IPC_TYPE_4 ,
7069 .dspless_mode_supported = true,
71- .on_demand_dsp_boot = true,
7270 .default_fw_path = {
7371 [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4/wcl" ,
7472 },
You can’t perform that action at this time.
0 commit comments