Skip to content

Commit db49b6b

Browse files
committed
[DO NOT MERGE] ASoC: SOF: Intel: disable on-demand DSP boot for LNL/PTL
In order to test the effect of on-demand DSP boot. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent 31869e9 commit db49b6b

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
},

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)