From 6cc4976b04c226ecc69953daf92d3084529a5be1 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Thu, 24 Nov 2011 17:31:12 +0000 Subject: [PATCH] --- yaml --- r: 283780 b: refs/heads/master c: 878042d19c760178ba08ed24025d08ba750e38c3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/sta32x.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a71140f7f9b4..b4999b0fb666 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e00c3f555f1f404b38d44bcfe19db674a92c809a +refs/heads/master: 878042d19c760178ba08ed24025d08ba750e38c3 diff --git a/trunk/sound/soc/codecs/sta32x.c b/trunk/sound/soc/codecs/sta32x.c index e2b1cdedb982..edcbeef43735 100644 --- a/trunk/sound/soc/codecs/sta32x.c +++ b/trunk/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;