diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2009-12-20 21:01:46 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 13:10:44 -0500 |
commit | 4dae2f0f84374d4e7cd6c8d41385a7c250f0726d (patch) | |
tree | f84c947819e80a82a0b1e103dbfb7daf73ccc865 /drivers/media/video/cx18 | |
parent | 1a8e0e33881c9dd8cf3514bfd0b5a7ef148da929 (diff) |
V4L/DVB: cx18-alsa: fix codingstyle issue
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>
Diffstat (limited to 'drivers/media/video/cx18')
-rw-r--r-- | drivers/media/video/cx18/cx18-alsa-mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-alsa-mixer.c b/drivers/media/video/cx18/cx18-alsa-mixer.c index b80391a8a9fc..4251a72f11a8 100644 --- a/drivers/media/video/cx18/cx18-alsa-mixer.c +++ b/drivers/media/video/cx18/cx18-alsa-mixer.c | |||
@@ -92,7 +92,7 @@ static int snd_cx18_mixer_tv_vol_info(struct snd_kcontrol *kcontrol, | |||
92 | uinfo->count = 1; | 92 | uinfo->count = 1; |
93 | /* We're already translating values, just keep this control in dB */ | 93 | /* We're already translating values, just keep this control in dB */ |
94 | uinfo->value.integer.min = -96; | 94 | uinfo->value.integer.min = -96; |
95 | uinfo->value.integer.max = +8; | 95 | uinfo->value.integer.max = 8; |
96 | uinfo->value.integer.step = 1; | 96 | uinfo->value.integer.step = 1; |
97 | return 0; | 97 | return 0; |
98 | } | 98 | } |