mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
26 lines
900 B
Diff
26 lines
900 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: amazingfate <liujianfeng1994@gmail.com>
|
|
Date: Tue, 24 Oct 2023 01:01:46 +0800
|
|
Subject: Asoc: wm_adsp: Use xiaomi-elish firmware name
|
|
|
|
---
|
|
sound/soc/codecs/wm_adsp.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c
|
|
index 111111111111..222222222222 100644
|
|
--- a/sound/soc/codecs/wm_adsp.c
|
|
+++ b/sound/soc/codecs/wm_adsp.c
|
|
@@ -828,7 +828,7 @@ static int wm_adsp_request_firmware_files(struct wm_adsp *dsp,
|
|
}
|
|
} else if (asoc_component_prefix) {
|
|
if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename,
|
|
- cirrus_dir, NULL,
|
|
+ cirrus_dir, "xiaomi-elish",
|
|
NULL, "wmfw")) {
|
|
adsp_dbg(dsp, "Found '%s'\n", *wmfw_filename);
|
|
wm_adsp_request_firmware_file(dsp, coeff_firmware, coeff_filename,
|
|
--
|
|
Armbian
|
|
|