Commit 878042d1 authored by Mark Brown's avatar Mark Brown

ASoC: Staticise non-exported symbols in sta32x

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarJohannes Stezenbach <js@sig21.net>
parent e00c3f55
...@@ -265,7 +265,7 @@ static int sta32x_coefficient_put(struct snd_kcontrol *kcontrol, ...@@ -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) ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment