Skip to content

Commit a0ebe69

Browse files
committed
ASoC: SOF: Intel: pci-mtl: Change the topology path to intel/sof-ipc4-tplg
The default topology path for IPC4 is intel/sof-ipc4-tplg with a symlink to it as intel/sof-ace-tplg to support old kernels. sof-bin has been released in this manner for almost two years now, it is time to change the default path for MTL family. Link: https://thesofproject.github.io/latest/getting_started/intel_debug/introduction.html#topology-file Signed-off-by: Peter Ujfalusi <[email protected]>
1 parent cdadd72 commit a0ebe69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ static const struct sof_dev_desc mtl_desc = {
4747
[SOF_IPC_TYPE_4] = "intel/sof-ipc4-lib/mtl",
4848
},
4949
.default_tplg_path = {
50-
[SOF_IPC_TYPE_4] = "intel/sof-ace-tplg",
50+
[SOF_IPC_TYPE_4] = "intel/sof-ipc4-tplg",
5151
},
5252
.default_fw_filename = {
5353
[SOF_IPC_TYPE_4] = "sof-mtl.ri",
@@ -77,7 +77,7 @@ static const struct sof_dev_desc arl_desc = {
7777
[SOF_IPC_TYPE_4] = "intel/sof-ipc4-lib/arl",
7878
},
7979
.default_tplg_path = {
80-
[SOF_IPC_TYPE_4] = "intel/sof-ace-tplg",
80+
[SOF_IPC_TYPE_4] = "intel/sof-ipc4-tplg",
8181
},
8282
.default_fw_filename = {
8383
[SOF_IPC_TYPE_4] = "sof-arl.ri",
@@ -107,7 +107,7 @@ static const struct sof_dev_desc arl_s_desc = {
107107
[SOF_IPC_TYPE_4] = "intel/sof-ipc4-lib/arl-s",
108108
},
109109
.default_tplg_path = {
110-
[SOF_IPC_TYPE_4] = "intel/sof-ace-tplg",
110+
[SOF_IPC_TYPE_4] = "intel/sof-ipc4-tplg",
111111
},
112112
.default_fw_filename = {
113113
[SOF_IPC_TYPE_4] = "sof-arl-s.ri",

0 commit comments

Comments
 (0)