Skip to content

Commit

Permalink
fixup! ASoC: SOF: Intel: pci-mtl: fix ARL-S definitions
Browse files Browse the repository at this point in the history
Correct the default firmware and libraries path fro ARL-S

Signed-off-by: Peter Ujfalusi <[email protected]>
  • Loading branch information
ujfalusi authored and plbossart committed Nov 7, 2023
1 parent 09138cb commit b2acf31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/sof/intel/pci-mtl.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ static const struct sof_dev_desc arl_s_desc = {
.ipc_default = SOF_IPC_TYPE_4,
.dspless_mode_supported = true, /* Only supported for HDaudio */
.default_fw_path = {
[SOF_IPC_TYPE_4] = "intel/sof-ipc4/arl",
[SOF_IPC_TYPE_4] = "intel/sof-ipc4/arl-s",
},
.default_lib_path = {
[SOF_IPC_TYPE_4] = "intel/sof-ipc4-lib/arl",
[SOF_IPC_TYPE_4] = "intel/sof-ipc4-lib/arl-s",
},
.default_tplg_path = {
[SOF_IPC_TYPE_4] = "intel/sof-ace-tplg",
Expand Down

0 comments on commit b2acf31

Please sign in to comment.