diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-19 14:54:16 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-19 14:54:16 +0000 |
commit | 3ee618269b51d92fe53a0e97a6d1b08d6a7e5053 (patch) | |
tree | d32fc64283823c709cccf881142b94fc21a0e607 /linux/drivers/media/video/tvp5150_reg.h | |
parent | 9ce0ed79a9e14914e61116b5a456caf29a7a6548 (diff) | |
download | mediapointer-dvb-s2-3ee618269b51d92fe53a0e97a6d1b08d6a7e5053.tar.gz mediapointer-dvb-s2-3ee618269b51d92fe53a0e97a6d1b08d6a7e5053.tar.bz2 |
Included new sliced VBI types to videodev2.h and tvp5150
From: Mauro Carvalho Chehab <mchehab@infradead.org>
- Added other sliced VBI types to videodev2.h
- tvp5150 now uses standard V4L2 API codes from videodev2.h
- Implemented VIDIOC_G_SLICED_VBI_CAP for tvp5150. This is
dynamically filled based on defined VDP C-RAM values filled
by the driver.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/tvp5150_reg.h')
-rw-r--r-- | linux/drivers/media/video/tvp5150_reg.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/drivers/media/video/tvp5150_reg.h b/linux/drivers/media/video/tvp5150_reg.h index c81587e06..4240043c0 100644 --- a/linux/drivers/media/video/tvp5150_reg.h +++ b/linux/drivers/media/video/tvp5150_reg.h @@ -1,3 +1,10 @@ +/* + * tvp5150 - Texas Instruments TVP5150A/AM1 video decoder registers + * + * Copyright (c) 2005,2006 Mauro Carvalho Chehab (mchehab@infradead.org) + * This code is placed under the terms of the GNU General Public License v2 + */ + #define TVP5150_VD_IN_SRC_SEL_1 0x00 /* Video input source selection #1 */ #define TVP5150_ANAL_CHL_CTL 0x01 /* Analog channel controls */ #define TVP5150_OP_MODE_CTL 0x02 /* Operation mode controls */ |