aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/sta32x.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-24 12:31:12 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-25 08:03:24 -0500
commit878042d19c760178ba08ed24025d08ba750e38c3 (patch)
tree42b671b644ad7012161bd2add5964087f71b6039 /sound/soc/codecs/sta32x.c
parente00c3f555f1f404b38d44bcfe19db674a92c809a (diff)
ASoC: Staticise non-exported symbols in sta32x
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Johannes Stezenbach <js@sig21.net>
Diffstat (limited to 'sound/soc/codecs/sta32x.c')
-rw-r--r--sound/soc/codecs/sta32x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/sta32x.c b/sound/soc/codecs/sta32x.c
index e2b1cdedb982..edcbeef43735 100644
--- a/sound/soc/codecs/sta32x.c
+++ b/sound/soc/codecs/sta32x.c
@@ -265,7 +265,7 @@ static int sta32x_coefficient_put(struct snd_kcontrol *kcontrol,
265 return 0; 265 return 0;
266} 266}
267 267
268int sta32x_sync_coef_shadow(struct snd_soc_codec *codec) 268static int sta32x_sync_coef_shadow(struct snd_soc_codec *codec)
269{ 269{
270 struct sta32x_priv *sta32x = snd_soc_codec_get_drvdata(codec); 270 struct sta32x_priv *sta32x = snd_soc_codec_get_drvdata(codec);
271 unsigned int cfud; 271 unsigned int cfud;
@@ -290,7 +290,7 @@ int sta32x_sync_coef_shadow(struct snd_soc_codec *codec)
290 return 0; 290 return 0;
291} 291}
292 292
293int sta32x_cache_sync(struct snd_soc_codec *codec) 293static int sta32x_cache_sync(struct snd_soc_codec *codec)
294{ 294{
295 unsigned int mute; 295 unsigned int mute;
296 int rc; 296 int rc;