[Sound-open-firmware] [PATCH 3/4] [SQUASHME] ASoC: SOF: Introduce default_fw_filename member in sof_dev_desc
Daniel Baluta
daniel.baluta at nxp.com
Wed Oct 30 16:42:00 CET 2019
Signed-off-by: Daniel Baluta <daniel.baluta at nxp.com>
---
sound/soc/sof/sof-of-dev.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/sof/sof-of-dev.c b/sound/soc/sof/sof-of-dev.c
index 6c268634baff..06f4c85fdd1f 100644
--- a/sound/soc/sof/sof-of-dev.c
+++ b/sound/soc/sof/sof-of-dev.c
@@ -20,6 +20,7 @@ extern struct snd_sof_audio_ops sof_imx8_audio_ops;
static struct sof_dev_desc sof_of_imx8qxp_desc = {
.default_fw_path = "imx/sof",
.default_tplg_path = "imx/sof-tplg",
+ .default_fw_filename = "sof-imx8.ri",
.nocodec_fw_filename = "sof-imx8.ri",
.nocodec_tplg_filename = "sof-imx8-nocodec.tplg",
.ops = &sof_imx8_ops,
--
2.17.1
More information about the Sound-open-firmware
mailing list