[RFC PATCH] ASoC: topology: elem_load[] can be static

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: kbuild test robot <lkp@xxxxxxxxx>
---
 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,



[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Pulse Audio]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux