Skip to content

Commit

Permalink
ASoC: Staticise non-exported symbols in sta32x
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Johannes Stezenbach <js@sig21.net>
  • Loading branch information
Mark Brown committed Nov 25, 2011
1 parent e00c3f5 commit 878042d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/codecs/sta32x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 878042d

Please sign in to comment.