diff options
author | kbuild test robot <fengguang.wu@intel.com> | 2015-07-17 02:44:09 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-17 03:08:47 +0300 |
commit | f2da4542268503d22869617b7dbcb40d364c78bb (patch) | |
tree | ce4ec4d90e2602e135d12aa4055790fa5ea0460a /sound/soc/sti/sti_uniperif.c | |
parent | fa050796b35c80ac948c4d24c95262daa905e2ef (diff) | |
download | linux-f2da4542268503d22869617b7dbcb40d364c78bb.tar.xz |
ASoC: sti: sti_uniperiph_dai_create_ctrl() can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sti/sti_uniperif.c')
-rw-r--r-- | sound/soc/sti/sti_uniperif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sti/sti_uniperif.c b/sound/soc/sti/sti_uniperif.c index 749e6b294184..83a301f2aa66 100644 --- a/sound/soc/sti/sti_uniperif.c +++ b/sound/soc/sti/sti_uniperif.c @@ -14,7 +14,7 @@ * This function is used to create Ctrl associated to DAI but also pcm device. * Request is done by front end to associate ctrl with pcm device id */ -int sti_uniperiph_dai_create_ctrl(struct snd_soc_dai *dai) +static int sti_uniperiph_dai_create_ctrl(struct snd_soc_dai *dai) { struct sti_uniperiph_data *priv = snd_soc_dai_get_drvdata(dai); struct uniperif *uni = priv->dai_data.uni; |