Skip to content

Commit 32dab67

Browse files
committed
ASoC: SOF: Intel: pci-ptl: Set on_demand_dsp_boot for PTL and WCL
PTL and WCL 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 6be2bff commit 32dab67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ 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,
4142
.default_fw_path = {
4243
[SOF_IPC_TYPE_4] = "intel/sof-ipc4/ptl",
4344
},
@@ -67,6 +68,7 @@ static const struct sof_dev_desc wcl_desc = {
6768
.ipc_supported_mask = BIT(SOF_IPC_TYPE_4),
6869
.ipc_default = SOF_IPC_TYPE_4,
6970
.dspless_mode_supported = true,
71+
.on_demand_dsp_boot = true,
7072
.default_fw_path = {
7173
[SOF_IPC_TYPE_4] = "intel/sof-ipc4/wcl",
7274
},

0 commit comments

Comments
 (0)