From db49b6b96fa8558f4a5e17de8106a43314dbc321 Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Mon, 6 Oct 2025 15:16:57 +0300 Subject: [PATCH] [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 --- sound/soc/sof/intel/pci-lnl.c | 1 - sound/soc/sof/intel/pci-ptl.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/sound/soc/sof/intel/pci-lnl.c b/sound/soc/sof/intel/pci-lnl.c index acb4429df9ecf6..ae379c23f008f7 100644 --- a/sound/soc/sof/intel/pci-lnl.c +++ b/sound/soc/sof/intel/pci-lnl.c @@ -40,7 +40,6 @@ static const struct sof_dev_desc lnl_desc = { .ipc_supported_mask = BIT(SOF_IPC_TYPE_4), .ipc_default = SOF_IPC_TYPE_4, .dspless_mode_supported = true, - .on_demand_dsp_boot = true, .default_fw_path = { [SOF_IPC_TYPE_4] = "intel/sof-ipc4/lnl", }, diff --git a/sound/soc/sof/intel/pci-ptl.c b/sound/soc/sof/intel/pci-ptl.c index 9cb785ef763f63..68f6a98416335e 100644 --- a/sound/soc/sof/intel/pci-ptl.c +++ b/sound/soc/sof/intel/pci-ptl.c @@ -38,7 +38,6 @@ static const struct sof_dev_desc ptl_desc = { .ipc_supported_mask = BIT(SOF_IPC_TYPE_4), .ipc_default = SOF_IPC_TYPE_4, .dspless_mode_supported = true, - .on_demand_dsp_boot = true, .default_fw_path = { [SOF_IPC_TYPE_4] = "intel/sof-ipc4/ptl", }, @@ -68,7 +67,6 @@ static const struct sof_dev_desc wcl_desc = { .ipc_supported_mask = BIT(SOF_IPC_TYPE_4), .ipc_default = SOF_IPC_TYPE_4, .dspless_mode_supported = true, - .on_demand_dsp_boot = true, .default_fw_path = { [SOF_IPC_TYPE_4] = "intel/sof-ipc4/wcl", },