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 <peter.ujfalusi@linux.intel.com> Reviewed-by: Mengdong Lin <mengdong.lin@intel.com> Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Chao Song <chao.song@linux.intel.com> Link: https://msgid.link/r/20240213080418.21256-3-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
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)