[alsa-devel] [RFC PATCH asoc] ASoC: wm_adsp: wm_halo_ops can be static
Fixes: 170b1e123f38 ("ASoC: wm_adsp: Add support for new Halo core DSPs") Signed-off-by: kbuild test robot lkp@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;
On Tue, Mar 19, 2019 at 11:55:53PM +0800, kbuild test robot wrote:
Fixes: 170b1e123f38 ("ASoC: wm_adsp: Add support for new Halo core DSPs") Signed-off-by: kbuild test robot lkp@intel.com
Acked-by: Charles Keepax ckeepax@opensource.cirrus.com
Thanks, Charles
On Tue, Mar 19, 2019 at 11:55:53PM +0800, kbuild test robot wrote:
Fixes: 170b1e123f38 ("ASoC: wm_adsp: Add support for new Halo core DSPs") Signed-off-by: kbuild test robot lkp@intel.com
This (and the other fix for this file the bot sent at about the same time) doesn't seem to apply against ucrrent code.
participants (3)
-
Charles Keepax
-
kbuild test robot
-
Mark Brown