Skip to content

Commit

Permalink
V4L/DVB: cx18-alsa: fix codingstyle issue
Browse files Browse the repository at this point in the history
Address coding style issue with cx18-alsa-main.c

This work was sponsored by ONELAN Limited.

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 1a8e0e3 commit 4dae2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 4dae2f0

Please sign in to comment.