mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-04 18:27:36 +00:00
media: v4l2: Add Greyworld AWB control name
Add name for greyworld to white_balance preset names. This patch previously applied to v4l2-ctrl.c but that was split and deleted. Signed-off-by: John Cox <jc@kynesim.co.uk>
This commit is contained in:
@@ -228,6 +228,7 @@ const char * const *v4l2_ctrl_get_menu(u32 id)
|
|||||||
"Flash",
|
"Flash",
|
||||||
"Cloudy",
|
"Cloudy",
|
||||||
"Shade",
|
"Shade",
|
||||||
|
"Greyworld",
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
static const char * const camera_iso_sensitivity_auto[] = {
|
static const char * const camera_iso_sensitivity_auto[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user