diff options
author | Thierry MERLE <thierry.merle@free.fr> | 2007-06-26 15:35:30 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-18 13:24:38 -0400 |
commit | 66a17879e9f18a38c4ca5e6ba600a3f5b1b51188 (patch) | |
tree | 997268472ae3f4bc608106247e16dabf542c30e3 /drivers/media/video/usbvision/usbvision.h | |
parent | ffddcaa6ec4e85ed8504deac1f51f44c86ec1d23 (diff) |
V4L/DVB (5826): Usbvision: video mux cleanup
- usbvision_muxsel simplified, now uses some well known constants.
- since the decoder needs to change input norm, call to muxsel added when
changing video standard.
Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Acked-by: Dwaine Garden <DwaineGarden@rogers.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/usbvision/usbvision.h')
-rw-r--r-- | drivers/media/video/usbvision/usbvision.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/usbvision/usbvision.h b/drivers/media/video/usbvision/usbvision.h index 7e6cc8e09cc4..c5b6c501c869 100644 --- a/drivers/media/video/usbvision/usbvision.h +++ b/drivers/media/video/usbvision/usbvision.h | |||
@@ -380,7 +380,6 @@ struct usb_usbvision { | |||
380 | int tuner_type; | 380 | int tuner_type; |
381 | int tuner_addr; | 381 | int tuner_addr; |
382 | int bridgeType; // NT1003, NT1004, NT1005 | 382 | int bridgeType; // NT1003, NT1004, NT1005 |
383 | int channel; | ||
384 | int radio; | 383 | int radio; |
385 | int video_inputs; // # of inputs | 384 | int video_inputs; // # of inputs |
386 | unsigned long freq; | 385 | unsigned long freq; |