summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/mediatek/mt8195
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/sof/mediatek/mt8195')
-rw-r--r--sound/soc/sof/mediatek/mt8195/mt8195.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/sof/mediatek/mt8195/mt8195.c b/sound/soc/sof/mediatek/mt8195/mt8195.c
index 7291538f41ab..5085a3ac3da8 100644
--- a/sound/soc/sof/mediatek/mt8195/mt8195.c
+++ b/sound/soc/sof/mediatek/mt8195/mt8195.c
@@ -448,7 +448,9 @@ static const struct sof_dev_desc sof_of_mt8195_desc = {
.default_tplg_path = {
[SOF_IPC] = "mediatek/sof-tplg",
},
- .default_fw_filename = "sof-mt8195.ri",
+ .default_fw_filename = {
+ [SOF_IPC] = "sof-mt8195.ri",
+ },
.nocodec_tplg_filename = "sof-mt8195-nocodec.tplg",
.ops = &sof_mt8195_ops,
};