Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270551
b: refs/heads/master
c: b92d150
h: refs/heads/master
i:
  270549: 13eb920
  270547: 45fcb96
  270543: bbc9443
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Mark Brown committed Aug 31, 2011
1 parent ee088a1 commit 5436584
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0f8dd4ce4775806196300dc075ba8d4f1f9b605d
refs/heads/master: b92d150baeb876cbf0fd4cc8d997f005cc57e3f4
2 changes: 1 addition & 1 deletion trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ static ssize_t soc_codec_reg_show(struct snd_soc_codec *codec, char *buf,
step = codec->driver->reg_cache_step;

for (i = 0; i < codec->driver->reg_cache_size; i += step) {
if (codec->readable_register && !codec->readable_register(codec, i))
if (!snd_soc_codec_readable_register(codec, i))
continue;
if (codec->driver->display_register) {
count += codec->driver->display_register(codec, buf + count,
Expand Down

0 comments on commit 5436584

Please sign in to comment.