]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: SOF: Intel: pci-lnl: Set on_demand_dsp_boot for LNL
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Mon, 15 Dec 2025 13:29:44 +0000 (15:29 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 15 Dec 2025 14:07:44 +0000 (23:07 +0900)
LNL 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-7-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/pci-lnl.c

index ae379c23f008f7c5f0b42480e7f4d8a6e2182a7a..acb4429df9ecf64f26f49d107e88fd4ea94c6c4e 100644 (file)
@@ -40,6 +40,7 @@ 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",
        },