19 Mar
2019
19 Mar
'19
4 p.m.
Fixes: 4e08d50d1fb6 ("ASoC: wm_adsp: Factor out DSP specific operations") Signed-off-by: kbuild test robot lkp@intel.com --- wm_adsp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index 644aaf1..2a9554d 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c @@ -306,8 +306,8 @@ #define HALO_MPU_VIO_ERR_SRC_MASK 0x00007fff #define HALO_MPU_VIO_ERR_SRC_SHIFT 0
-struct wm_adsp_ops wm_adsp1_ops; -struct wm_adsp_ops wm_adsp2_ops[]; +static struct wm_adsp_ops wm_adsp1_ops; +static struct wm_adsp_ops wm_adsp2_ops[]; struct wm_adsp_ops wm_halo_ops;
struct wm_adsp_buf {