Skip to content

Commit b029482

Browse files
ujfalusibroonie
authored andcommitted
ASoC: SOF: Intel: pci-lnl: Change the topology path to intel/sof-ipc4-tplg
The firmware release which going to introduce support for Lunar Lake will use the documented default topology directory for IPC4: intel/sof-ipc4-tplg Change the default path accordingly before sof-bin (sof-firmware) release includes Lunar Lake firmware and topologies. Link: https://github.com/thesofproject/sof-docs/blob/master/getting_started/intel_debug/introduction.rst#2-topology-file Signed-off-by: Peter Ujfalusi <[email protected]> Reviewed-by: Mengdong Lin <[email protected]> Reviewed-by: Kai Vehmanen <[email protected]> Reviewed-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Chao Song <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent d463bcd commit b029482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static const struct sof_dev_desc lnl_desc = {
3636
[SOF_IPC_TYPE_4] = "intel/sof-ipc4/lnl",
3737
},
3838
.default_tplg_path = {
39-
[SOF_IPC_TYPE_4] = "intel/sof-ace-tplg",
39+
[SOF_IPC_TYPE_4] = "intel/sof-ipc4-tplg",
4040
},
4141
.default_fw_filename = {
4242
[SOF_IPC_TYPE_4] = "sof-lnl.ri",

0 commit comments

Comments
 (0)