diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/v4l2-common.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/v4l2-common.c b/drivers/media/video/v4l2-common.c index 36b5cb86fb57..e67983461008 100644 --- a/drivers/media/video/v4l2-common.c +++ b/drivers/media/video/v4l2-common.c | |||
@@ -431,8 +431,10 @@ const char *v4l2_ctrl_get_name(u32 id) | |||
431 | case V4L2_CID_CHROMA_AGC: return "Chroma AGC"; | 431 | case V4L2_CID_CHROMA_AGC: return "Chroma AGC"; |
432 | case V4L2_CID_COLOR_KILLER: return "Color Killer"; | 432 | case V4L2_CID_COLOR_KILLER: return "Color Killer"; |
433 | case V4L2_CID_COLORFX: return "Color Effects"; | 433 | case V4L2_CID_COLORFX: return "Color Effects"; |
434 | case V4L2_CID_AUTOBRIGHTNESS: return "Brightness, Automatic"; | ||
435 | case V4L2_CID_BAND_STOP_FILTER: return "Band-Stop Filter"; | ||
434 | case V4L2_CID_ROTATE: return "Rotate"; | 436 | case V4L2_CID_ROTATE: return "Rotate"; |
435 | case V4L2_CID_BG_COLOR: return "Background color"; | 437 | case V4L2_CID_BG_COLOR: return "Background Color"; |
436 | 438 | ||
437 | /* MPEG controls */ | 439 | /* MPEG controls */ |
438 | case V4L2_CID_MPEG_CLASS: return "MPEG Encoder Controls"; | 440 | case V4L2_CID_MPEG_CLASS: return "MPEG Encoder Controls"; |