aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-alsa-mixer.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx18/cx18-alsa-mixer.c')
-rw-r--r--drivers/media/video/cx18/cx18-alsa-mixer.c2
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}