Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181564
b: refs/heads/master
c: 4dae2f0
h: refs/heads/master
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 970e138 commit d9a0370
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: 1a8e0e33881c9dd8cf3514bfd0b5a7ef148da929
refs/heads/master: 4dae2f0f84374d4e7cd6c8d41385a7c250f0726d
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx18/cx18-alsa-mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static int snd_cx18_mixer_tv_vol_info(struct snd_kcontrol *kcontrol,
uinfo->count = 1;
/* We're already translating values, just keep this control in dB */
uinfo->value.integer.min = -96;
uinfo->value.integer.max = +8;
uinfo->value.integer.max = 8;
uinfo->value.integer.step = 1;
return 0;
}
Expand Down

0 comments on commit d9a0370

Please sign in to comment.