Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>
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>

authored by

Peter Ujfalusi and committed by
Mark Brown
aabcb013 6780fb86

+2
+2
sound/soc/sof/intel/pci-ptl.c
··· 38 38 .ipc_supported_mask = BIT(SOF_IPC_TYPE_4), 39 39 .ipc_default = SOF_IPC_TYPE_4, 40 40 .dspless_mode_supported = true, 41 + .on_demand_dsp_boot = true, 41 42 .default_fw_path = { 42 43 [SOF_IPC_TYPE_4] = "intel/sof-ipc4/ptl", 43 44 }, ··· 68 67 .ipc_supported_mask = BIT(SOF_IPC_TYPE_4), 69 68 .ipc_default = SOF_IPC_TYPE_4, 70 69 .dspless_mode_supported = true, 70 + .on_demand_dsp_boot = true, 71 71 .default_fw_path = { 72 72 [SOF_IPC_TYPE_4] = "intel/sof-ipc4/wcl", 73 73 },