diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-04-13 13:14:06 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-16 18:08:44 -0300 |
commit | 7704cfb9cde649d514029a180cdfb7ccf0a36032 (patch) | |
tree | 2994621ff4e93929a359144555be515b300f3a64 /drivers/media/pci/cx25821/cx25821-video.h | |
parent | 988f7b80ab6e541aef5972d347d6cc7d905abd21 (diff) | |
download | linux-7704cfb9cde649d514029a180cdfb7ccf0a36032.tar.gz linux-7704cfb9cde649d514029a180cdfb7ccf0a36032.tar.bz2 linux-7704cfb9cde649d514029a180cdfb7ccf0a36032.zip |
[media] cx25821: remove custom ioctls that duplicate v4l2 ioctls
No idea why these custom ioctls exist: they have perfectly normal v4l2
counterparts which are already implemented.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/cx25821/cx25821-video.h')
-rw-r--r-- | drivers/media/pci/cx25821/cx25821-video.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/pci/cx25821/cx25821-video.h b/drivers/media/pci/cx25821/cx25821-video.h index eb54e5347cc4..8871c4e737e8 100644 --- a/drivers/media/pci/cx25821/cx25821-video.h +++ b/drivers/media/pci/cx25821/cx25821-video.h @@ -55,14 +55,6 @@ do { \ #define UPSTREAM_START_AUDIO 702 #define UPSTREAM_STOP_AUDIO 703 #define UPSTREAM_DUMP_REGISTERS 702 -#define SET_VIDEO_STD 800 -#define SET_PIXEL_FORMAT 1000 -#define ENABLE_CIF_RESOLUTION 1001 - -#define REG_READ 900 -#define REG_WRITE 901 -#define MEDUSA_READ 910 -#define MEDUSA_WRITE 911 #define FORMAT_FLAGS_PACKED 0x01 extern void cx25821_video_wakeup(struct cx25821_dev *dev, |