diff options
Diffstat (limited to 'drivers/media/video/cx2341x.c')
-rw-r--r-- | drivers/media/video/cx2341x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx2341x.c b/drivers/media/video/cx2341x.c index 4d09078c13b9..b36f522d2c55 100644 --- a/drivers/media/video/cx2341x.c +++ b/drivers/media/video/cx2341x.c | |||
@@ -38,6 +38,7 @@ static int debug; | |||
38 | module_param(debug, int, 0644); | 38 | module_param(debug, int, 0644); |
39 | MODULE_PARM_DESC(debug, "Debug level (0-1)"); | 39 | MODULE_PARM_DESC(debug, "Debug level (0-1)"); |
40 | 40 | ||
41 | /* Must be sorted from low to high control ID! */ | ||
41 | const u32 cx2341x_mpeg_ctrls[] = { | 42 | const u32 cx2341x_mpeg_ctrls[] = { |
42 | V4L2_CID_MPEG_CLASS, | 43 | V4L2_CID_MPEG_CLASS, |
43 | V4L2_CID_MPEG_STREAM_TYPE, | 44 | V4L2_CID_MPEG_STREAM_TYPE, |