All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Wen Shi <wenshi@opensource.cirrus.com>
Cc: alsa-devel@alsa-project.org,
	Charles Keepax <ckeepax@opensource.cirrus.com>,
	patches@opensource.cirrus.com,
	Piotr Stankiewicz <piotrs@opensource.cirrus.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Stuart Henderson <stuarth@opensource.cirrus.com>,
	Richard Fitzgerald <rf@opensource.cirrus.com>,
	Mark Brown <broonie@kernel.org>,
	kbuild-all@01.org, Takashi Iwai <tiwai@suse.com>
Subject: [RFC PATCH asoc] ASoC: wm_adsp: wm_halo_ops can be static
Date: Tue, 19 Mar 2019 23:55:53 +0800	[thread overview]
Message-ID: <20190319155552.GA1200@lkp-wsm-ep2> (raw)
In-Reply-To: <201903192324.Mauv8ezY%lkp@intel.com>


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;

       reply	other threads:[~2019-03-19 15:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <201903192324.Mauv8ezY%lkp@intel.com>
2019-03-19 15:55 ` kbuild test robot [this message]
2019-03-19 16:36   ` [RFC PATCH asoc] ASoC: wm_adsp: wm_halo_ops can be static Charles Keepax
2019-03-20 17:18   ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190319155552.GA1200@lkp-wsm-ep2 \
    --to=lkp@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=ckeepax@opensource.cirrus.com \
    --cc=kbuild-all@01.org \
    --cc=lgirdwood@gmail.com \
    --cc=patches@opensource.cirrus.com \
    --cc=piotrs@opensource.cirrus.com \
    --cc=rf@opensource.cirrus.com \
    --cc=stuarth@opensource.cirrus.com \
    --cc=tiwai@suse.com \
    --cc=wenshi@opensource.cirrus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.