From: kbuild test robot <lkp@intel.com>
To: Keyon Jie <yang.jie@linux.intel.com>, alsa-devel@alsa-project.org
Cc: tiwai@suse.de, Keyon Jie <yang.jie@linux.intel.com>,
broonie@kernel.org, kbuild-all@lists.01.org,
pierre-louis.bossart@linux.intel.com
Subject: [RFC PATCH] ASoC: topology: elem_load[] can be static
Date: Wed, 13 May 2020 10:43:23 +0800 [thread overview]
Message-ID: <20200513024323.GA30719@f5a3dcfd553e> (raw)
In-Reply-To: <20200512182319.118995-1-yang.jie@linux.intel.com>
Signed-off-by: kbuild test robot <lkp@intel.com>
---
soc-topology.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c
index b3dae319c1086..70c0ff7ce13ff 100644
--- a/sound/soc/soc-topology.c
+++ b/sound/soc/soc-topology.c
@@ -2636,7 +2636,7 @@ static int soc_tplg_manifest_load(struct soc_tplg *tplg,
return ret;
}
-int (*elem_load[])(struct soc_tplg *, struct snd_soc_tplg_hdr *) = {
+static int (*elem_load[])(struct soc_tplg *, struct snd_soc_tplg_hdr *) = {
[SOC_TPLG_PASS_MANIFEST] = soc_tplg_manifest_load,
[SOC_TPLG_PASS_VENDOR] = soc_tplg_vendor_load,
[SOC_TPLG_PASS_MIXER] = soc_tplg_kcontrol_elems_load,
WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [RFC PATCH] ASoC: topology: elem_load[] can be static
Date: Wed, 13 May 2020 10:43:23 +0800 [thread overview]
Message-ID: <20200513024323.GA30719@f5a3dcfd553e> (raw)
In-Reply-To: <20200512182319.118995-1-yang.jie@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 719 bytes --]
Signed-off-by: kbuild test robot <lkp@intel.com>
---
soc-topology.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c
index b3dae319c1086..70c0ff7ce13ff 100644
--- a/sound/soc/soc-topology.c
+++ b/sound/soc/soc-topology.c
@@ -2636,7 +2636,7 @@ static int soc_tplg_manifest_load(struct soc_tplg *tplg,
return ret;
}
-int (*elem_load[])(struct soc_tplg *, struct snd_soc_tplg_hdr *) = {
+static int (*elem_load[])(struct soc_tplg *, struct snd_soc_tplg_hdr *) = {
[SOC_TPLG_PASS_MANIFEST] = soc_tplg_manifest_load,
[SOC_TPLG_PASS_VENDOR] = soc_tplg_vendor_load,
[SOC_TPLG_PASS_MIXER] = soc_tplg_kcontrol_elems_load,
next prev parent reply other threads:[~2020-05-13 2:45 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-12 18:23 [PATCH 1/2] ASoC: topology: refine and log the header in the correct pass Keyon Jie
2020-05-12 18:23 ` [PATCH 2/2] ASoC: topology: remove the redundant pass checks Keyon Jie
2020-05-12 19:40 ` Pierre-Louis Bossart
2020-05-13 2:36 ` Keyon Jie
2020-05-18 9:40 ` Keyon Jie
2020-05-13 2:43 ` [PATCH 1/2] ASoC: topology: refine and log the header in the correct pass kbuild test robot
2020-05-13 2:43 ` kbuild test robot
2020-05-13 2:43 ` kbuild test robot [this message]
2020-05-13 2:43 ` [RFC PATCH] ASoC: topology: elem_load[] can be static kbuild test robot
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=20200513024323.GA30719@f5a3dcfd553e \
--to=lkp@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=kbuild-all@lists.01.org \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=tiwai@suse.de \
--cc=yang.jie@linux.intel.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.