From: Mark Brown Date: Thu, 24 Nov 2011 17:31:12 +0000 (+0000) Subject: ASoC: Staticise non-exported symbols in sta32x X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=878042d19c760178ba08ed24025d08ba750e38c3;p=mv-sheeva.git ASoC: Staticise non-exported symbols in sta32x Signed-off-by: Mark Brown Acked-by: Johannes Stezenbach --- diff --git a/sound/soc/codecs/sta32x.c b/sound/soc/codecs/sta32x.c index e2b1cdedb98..edcbeef4373 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, return 0; } -int sta32x_sync_coef_shadow(struct snd_soc_codec *codec) +static int sta32x_sync_coef_shadow(struct snd_soc_codec *codec) { struct sta32x_priv *sta32x = snd_soc_codec_get_drvdata(codec); unsigned int cfud; @@ -290,7 +290,7 @@ int sta32x_sync_coef_shadow(struct snd_soc_codec *codec) return 0; } -int sta32x_cache_sync(struct snd_soc_codec *codec) +static int sta32x_cache_sync(struct snd_soc_codec *codec) { unsigned int mute; int rc;