@@ -40,6 +40,7 @@ static const struct sof_dev_desc mtl_desc = {
4040 .ipc_supported_mask = BIT (SOF_IPC_TYPE_4 ),
4141 .ipc_default = SOF_IPC_TYPE_4 ,
4242 .dspless_mode_supported = true, /* Only supported for HDaudio */
43+ .on_demand_dsp_boot = true,
4344 .default_fw_path = {
4445 [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4/mtl" ,
4546 },
@@ -70,6 +71,7 @@ static const struct sof_dev_desc arl_desc = {
7071 .ipc_supported_mask = BIT (SOF_IPC_TYPE_4 ),
7172 .ipc_default = SOF_IPC_TYPE_4 ,
7273 .dspless_mode_supported = true, /* Only supported for HDaudio */
74+ .on_demand_dsp_boot = true,
7375 .default_fw_path = {
7476 [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4/arl" ,
7577 },
@@ -100,6 +102,7 @@ static const struct sof_dev_desc arl_s_desc = {
100102 .ipc_supported_mask = BIT (SOF_IPC_TYPE_4 ),
101103 .ipc_default = SOF_IPC_TYPE_4 ,
102104 .dspless_mode_supported = true, /* Only supported for HDaudio */
105+ .on_demand_dsp_boot = true,
103106 .default_fw_path = {
104107 [SOF_IPC_TYPE_4 ] = "intel/sof-ipc4/arl-s" ,
105108 },
0 commit comments