diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/v4l2-common.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/video/v4l2-common.c b/drivers/media/video/v4l2-common.c index 67944f53a79a..035c414507a1 100644 --- a/drivers/media/video/v4l2-common.c +++ b/drivers/media/video/v4l2-common.c | |||
@@ -343,6 +343,13 @@ const char **v4l2_ctrl_get_menu(u32 id) | |||
343 | "None", | 343 | "None", |
344 | "Black & White", | 344 | "Black & White", |
345 | "Sepia", | 345 | "Sepia", |
346 | "Negative", | ||
347 | "Emboss", | ||
348 | "Sketch", | ||
349 | "Sky blue", | ||
350 | "Grass green", | ||
351 | "Skin whiten", | ||
352 | "Vivid", | ||
346 | NULL | 353 | NULL |
347 | }; | 354 | }; |
348 | static const char *tune_preemphasis[] = { | 355 | static const char *tune_preemphasis[] = { |