Skip to content

Commit f66c08e

Browse files
committed
ASoC: SOF: Intel: pci-mtl: Set on_demand_dsp_boot for MTL and ARL
MTL and ARL can be used with on-demand DSP booting, set the flag to enable it. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent 3b9f582 commit f66c08e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sound/soc/sof/intel/pci-mtl.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)