summaryrefslogtreecommitdiff
path: root/sound/soc/sti/sti_uniperif.c
diff options
context:
space:
mode:
authorkbuild test robot <fengguang.wu@intel.com>2015-07-17 02:44:09 +0300
committerMark Brown <broonie@kernel.org>2015-07-17 03:08:47 +0300
commitf2da4542268503d22869617b7dbcb40d364c78bb (patch)
treece4ec4d90e2602e135d12aa4055790fa5ea0460a /sound/soc/sti/sti_uniperif.c
parentfa050796b35c80ac948c4d24c95262daa905e2ef (diff)
downloadlinux-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.c2
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;