aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134-empress.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-empress.c')
-rw-r--r--drivers/media/video/saa7134/saa7134-empress.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134-empress.c b/drivers/media/video/saa7134/saa7134-empress.c
index d9d9607044a7..2e15bb7c3f0a 100644
--- a/drivers/media/video/saa7134/saa7134-empress.c
+++ b/drivers/media/video/saa7134/saa7134-empress.c
@@ -352,6 +352,7 @@ static int empress_s_ctrl(struct file *file, void *priv,
352static int empress_queryctrl(struct file *file, void *priv, 352static int empress_queryctrl(struct file *file, void *priv,
353 struct v4l2_queryctrl *c) 353 struct v4l2_queryctrl *c)
354{ 354{
355 /* Must be sorted from low to high control ID! */
355 static const u32 user_ctrls[] = { 356 static const u32 user_ctrls[] = {
356 V4L2_CID_USER_CLASS, 357 V4L2_CID_USER_CLASS,
357 V4L2_CID_BRIGHTNESS, 358 V4L2_CID_BRIGHTNESS,
@@ -364,6 +365,7 @@ static int empress_queryctrl(struct file *file, void *priv,
364 0 365 0
365 }; 366 };
366 367
368 /* Must be sorted from low to high control ID! */
367 static const u32 mpeg_ctrls[] = { 369 static const u32 mpeg_ctrls[] = {
368 V4L2_CID_MPEG_CLASS, 370 V4L2_CID_MPEG_CLASS,
369 V4L2_CID_MPEG_STREAM_TYPE, 371 V4L2_CID_MPEG_STREAM_TYPE,