aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/gspca/sonixj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/gspca/sonixj.c b/drivers/media/video/gspca/sonixj.c
index 46ec24e40458..0d02f41fa7d0 100644
--- a/drivers/media/video/gspca/sonixj.c
+++ b/drivers/media/video/gspca/sonixj.c
@@ -138,11 +138,11 @@ static struct ctrl sd_ctrls[] = {
138 { 138 {
139 .id = V4L2_CID_SATURATION, 139 .id = V4L2_CID_SATURATION,
140 .type = V4L2_CTRL_TYPE_INTEGER, 140 .type = V4L2_CTRL_TYPE_INTEGER,
141 .name = "Color", 141 .name = "Saturation",
142 .minimum = 0, 142 .minimum = 0,
143 .maximum = 40, 143 .maximum = 40,
144 .step = 1, 144 .step = 1,
145#define COLOR_DEF 32 145#define COLOR_DEF 25
146 .default_value = COLOR_DEF, 146 .default_value = COLOR_DEF,
147 }, 147 },
148 .set = sd_setcolors, 148 .set = sd_setcolors,