2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-16 01:24:08 +08:00

ASoC: Staticise non-exported symbols in sta32x

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Johannes Stezenbach <js@sig21.net>
This commit is contained in:
Mark Brown 2011-11-24 17:31:12 +00:00
parent e00c3f555f
commit 878042d19c

View File

@ -265,7 +265,7 @@ static int sta32x_coefficient_put(struct snd_kcontrol *kcontrol,
return 0; 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); struct sta32x_priv *sta32x = snd_soc_codec_get_drvdata(codec);
unsigned int cfud; unsigned int cfud;
@ -290,7 +290,7 @@ int sta32x_sync_coef_shadow(struct snd_soc_codec *codec)
return 0; return 0;
} }
int sta32x_cache_sync(struct snd_soc_codec *codec) static int sta32x_cache_sync(struct snd_soc_codec *codec)
{ {
unsigned int mute; unsigned int mute;
int rc; int rc;