diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-07-10 11:05:06 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-12-11 06:21:37 -0500 |
commit | 7e941a7999fe5ece856c066ba94c929870e30fe0 (patch) | |
tree | 538f4f0b471c6528081e97d150fe89d388fba822 /include/uapi | |
parent | e5ad37b64de975463c51f9ed4e4c55dc6e442ba5 (diff) |
[media] v4l: Add media format codes for AHSV8888 on 32-bit busses
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/v4l2-mediabus.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/v4l2-mediabus.h b/include/uapi/linux/v4l2-mediabus.h index a9601257bb43..b5c3aab6e82c 100644 --- a/include/uapi/linux/v4l2-mediabus.h +++ b/include/uapi/linux/v4l2-mediabus.h | |||
@@ -110,6 +110,9 @@ enum v4l2_mbus_pixelcode { | |||
110 | 110 | ||
111 | /* S5C73M3 sensor specific interleaved UYVY and JPEG */ | 111 | /* S5C73M3 sensor specific interleaved UYVY and JPEG */ |
112 | V4L2_MBUS_FMT_S5C_UYVY_JPEG_1X8 = 0x5001, | 112 | V4L2_MBUS_FMT_S5C_UYVY_JPEG_1X8 = 0x5001, |
113 | |||
114 | /* HSV - next is 0x6002 */ | ||
115 | V4L2_MBUS_FMT_AHSV8888_1X32 = 0x6001, | ||
113 | }; | 116 | }; |
114 | 117 | ||
115 | /** | 118 | /** |