[alsa-devel] [RFC PATCH asoc] ASoC: wm_adsp: wm_halo_ops can be static
kbuild test robot
lkp at intel.com
Tue Mar 19 16:55:53 CET 2019
Fixes: 170b1e123f38 ("ASoC: wm_adsp: Add support for new Halo core DSPs")
Signed-off-by: kbuild test robot <lkp at intel.com>
---
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 644aaf1..33b39c6 100644
--- a/sound/soc/codecs/wm_adsp.c
+++ b/sound/soc/codecs/wm_adsp.c
@@ -308,7 +308,7 @@
struct wm_adsp_ops wm_adsp1_ops;
struct wm_adsp_ops wm_adsp2_ops[];
-struct wm_adsp_ops wm_halo_ops;
+static struct wm_adsp_ops wm_halo_ops;
struct wm_adsp_buf {
struct list_head list;
More information about the Alsa-devel
mailing list