]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: SOF: Intel: pci-ptl: Set on_demand_dsp_boot for PTL and WCL
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Mon, 15 Dec 2025 13:29:45 +0000 (15:29 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 15 Dec 2025 14:07:45 +0000 (23:07 +0900)
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>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Liam Girdwood <liam.r.girdwood@intel.com>
Link: https://patch.msgid.link/20251215132946.2155-8-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/pci-ptl.c

index 68f6a98416335e4cf9f9d1fc72ebcd98f6386838..9cb785ef763f635ea8508165d0a5a8d8964ac636 100644 (file)
@@ -38,6 +38,7 @@ 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",
        },
@@ -67,6 +68,7 @@ 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",
        },