Skip to content

Commit 305539a

Browse files
plbossartbroonie
authored andcommitted
ASoC: SOF: Intel: add default firmware library path for LNL
The commit cd6f2a2 ("ASoC: SOF: Intel: Set the default firmware library path for IPC4") added the default_lib_path field for all platforms, but this was missed when LunarLake was later introduced. Fixes: 64a63d9 ("ASoC: SOF: Intel: LNL: Add support for Lunarlake platform") Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://msgid.link/r/20240408194147.28919-2-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent fec50db commit 305539a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ static const struct sof_dev_desc lnl_desc = {
3535
.default_fw_path = {
3636
[SOF_IPC_TYPE_4] = "intel/sof-ipc4/lnl",
3737
},
38+
.default_lib_path = {
39+
[SOF_IPC_TYPE_4] = "intel/sof-ipc4-lib/lnl",
40+
},
3841
.default_tplg_path = {
3942
[SOF_IPC_TYPE_4] = "intel/sof-ipc4-tplg",
4043
},

0 commit comments

Comments
 (0)