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 <[email protected]> Reviewed-by: Péter Ujfalusi <[email protected]> Reviewed-by: Bard Liao <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent fec50db commit 305539a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)