提交 878042d1 编写于 作者: M Mark Brown

ASoC: Staticise non-exported symbols in sta32x

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: NJohannes Stezenbach <js@sig21.net>
上级 e00c3f55
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册