Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283780
b: refs/heads/master
c: 878042d
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Nov 25, 2011
1 parent c0ae55b commit 6cc4976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e00c3f555f1f404b38d44bcfe19db674a92c809a
refs/heads/master: 878042d19c760178ba08ed24025d08ba750e38c3
4 changes: 2 additions & 2 deletions trunk/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 6cc4976

Please sign in to comment.