forked from Minki/linux
media: imx319: fix wrong order in test pattern menus
current imx319 test pattern order in ctrl menu is not correct, this patch fixes it. Signed-off-by: Bingbu Cao <bingbu.cao@intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
dceccec169
commit
6cfe94782d
@ -1648,8 +1648,8 @@ static const struct imx319_reg mode_1280x720_regs[] = {
|
||||
|
||||
static const char * const imx319_test_pattern_menu[] = {
|
||||
"Disabled",
|
||||
"100% color bars",
|
||||
"Solid color",
|
||||
"100% color bars",
|
||||
"Fade to gray color bars",
|
||||
"PN9"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user