mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 00:06:41 +09:00
V4L/DVB (4829): v4l2_type_names table is incomplete
Sliced VBI types are missing at the tables. Fixing it. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
@@ -184,11 +184,13 @@ char *v4l2_field_names[] = {
|
||||
};
|
||||
|
||||
char *v4l2_type_names[] = {
|
||||
[V4L2_BUF_TYPE_VIDEO_CAPTURE] = "video-cap",
|
||||
[V4L2_BUF_TYPE_VIDEO_OVERLAY] = "video-over",
|
||||
[V4L2_BUF_TYPE_VIDEO_OUTPUT] = "video-out",
|
||||
[V4L2_BUF_TYPE_VBI_CAPTURE] = "vbi-cap",
|
||||
[V4L2_BUF_TYPE_VBI_OUTPUT] = "vbi-out",
|
||||
[V4L2_BUF_TYPE_VIDEO_CAPTURE] = "video-cap",
|
||||
[V4L2_BUF_TYPE_VIDEO_OVERLAY] = "video-over",
|
||||
[V4L2_BUF_TYPE_VIDEO_OUTPUT] = "video-out",
|
||||
[V4L2_BUF_TYPE_VBI_CAPTURE] = "vbi-cap",
|
||||
[V4L2_BUF_TYPE_VBI_OUTPUT] = "vbi-out",
|
||||
[V4L2_BUF_TYPE_SLICED_VBI_CAPTURE] = "sliced-vbi-cap",
|
||||
[V4L2_BUF_TYPE_SLICED_VBI_OUTPUT] = "slicec-vbi-out",
|
||||
};
|
||||
|
||||
static char *v4l2_memory_names[] = {
|
||||
|
||||
Reference in New Issue
Block a user