summaryrefslogtreecommitdiff
path: root/sound/soc/sof/intel/pci-mtl.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2022-10-27 08:26:32 +0200
committerTakashi Iwai <tiwai@suse.de>2022-10-27 08:26:32 +0200
commitf850a2b156448bd97c747f6206523886578850c7 (patch)
tree74053930bead13f7a241fe4868c935f1dc358284 /sound/soc/sof/intel/pci-mtl.c
parent50895a55bcfde8ac6f22a37c6bc8cff506b3c7c6 (diff)
parente9441675edc1bb8dbfadacf68aafacca60d65a25 (diff)
Merge tag 'asoc-fix-v6.1-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.1 Quite a few fixes here, a lot driver specific, plus some new quirks. There was a bit of a mess with the runtime PM handling due to some confusion in the API there which resulted in a number of commits and reverts but that should all be stable now.
Diffstat (limited to 'sound/soc/sof/intel/pci-mtl.c')
-rw-r--r--sound/soc/sof/intel/pci-mtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/intel/pci-mtl.c b/sound/soc/sof/intel/pci-mtl.c
index 899b00d53d64..9f39da984e9f 100644
--- a/sound/soc/sof/intel/pci-mtl.c
+++ b/sound/soc/sof/intel/pci-mtl.c
@@ -38,7 +38,7 @@ static const struct sof_dev_desc mtl_desc = {
[SOF_INTEL_IPC4] = "intel/sof-ace-tplg",
},
.default_fw_filename = {
- [SOF_INTEL_IPC4] = "dsp_basefw.bin",
+ [SOF_INTEL_IPC4] = "sof-mtl.ri",
},
.nocodec_tplg_filename = "sof-mtl-nocodec.tplg",
.ops = &sof_mtl_ops,