Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270869
b: refs/heads/master
c: 524205c
h: refs/heads/master
i:
  270867: 70fc167
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Oct 14, 2011
1 parent cc0a375 commit be6b217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: f9dfbf91cbf9a8875e955350c957f84e13557634
refs/heads/master: 524205ce7182986c1961cbecd32a87953d4e18c3
4 changes: 3 additions & 1 deletion trunk/sound/soc/codecs/alc5623.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ static void alc5623_fill_cache(struct snd_soc_codec *codec)
u16 *cache = codec->reg_cache;

/* not really efficient ... */
codec->cache_bypass = 1;
for (i = 0 ; i < codec->driver->reg_cache_size ; i += step)
cache[i] = codec->hw_read(codec, i);
cache[i] = snd_soc_read(codec, i);
codec->cache_bypass = 0;
}

static inline int alc5623_reset(struct snd_soc_codec *codec)
Expand Down

0 comments on commit be6b217

Please sign in to comment.