Commit 1414becf authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (6598): Fix standard name

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 83fb340b
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
#define V4L2_STD_NICAM_B (1L<<35) #define V4L2_STD_NICAM_B (1L<<35)
#define V4L2_STD_AM (1L<<36) #define V4L2_STD_AM (1L<<36)
#define V4L2_STD_BTSC (1L<<37) #define V4L2_STD_BTSC (1L<<37)
#define V4L2_STD__EIAJ (1L<<38) #define V4L2_STD_EIAJ (1L<<38)
#define V4L2_STD_A2 (V4L2_STD_A2_A | V4L2_STD_A2_B) #define V4L2_STD_A2 (V4L2_STD_A2_A | V4L2_STD_A2_B)
#define V4L2_STD_NICAM (V4L2_STD_NICAM_A | V4L2_STD_NICAM_B) #define V4L2_STD_NICAM (V4L2_STD_NICAM_A | V4L2_STD_NICAM_B)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment