Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348754
b: refs/heads/master
c: 5db1bc1
h: refs/heads/master
v: v3
  • Loading branch information
Fabio Estevam authored and Mark Brown committed Dec 24, 2012
1 parent 9c5aa4a commit 0de98c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 9bde4f0b1c83d1129a9fc8ec5b2611ba6dab1215
refs/heads/master: 5db1bc1892aa70d378ea7563852ae87f3772519b
1 change: 0 additions & 1 deletion trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2996,7 +2996,6 @@ int snd_soc_get_volsw_range(struct snd_kcontrol *kcontrol,
int max = mc->max;
unsigned int mask = (1 << fls(max)) - 1;
unsigned int invert = mc->invert;
int ret;

ucontrol->value.integer.value[0] =
(snd_soc_read(codec, reg) >> shift) & mask;
Expand Down

0 comments on commit 0de98c9

Please sign in to comment.