summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/em28xx/em28xx.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-11-25 10:10:25 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-11-25 10:10:25 -0200
commit7a8e65e6272706e69c47c96e865ec1170c1e1564 (patch)
treebf6bb0a7b9c8356655d6d1befd580d7035b81bba /linux/drivers/media/video/em28xx/em28xx.h
parent564d21054d1f61d9448a93b3fa8a254a29713d26 (diff)
downloadmediapointer-dvb-s2-7a8e65e6272706e69c47c96e865ec1170c1e1564.tar.gz
mediapointer-dvb-s2-7a8e65e6272706e69c47c96e865ec1170c1e1564.tar.bz2
em28xx: card description cleanups
From: Mauro Carvalho Chehab <mchehab@redhat.com> Remove unused em28xx_board.vchannels and em28xx.video_channels. Also, .is_em2800 = 0 is not needed, as all data is zeroed by kernel loader. The table also included a notice that svideo weren't test on Hauppauge USB2. Remove this notice, since this input also works properly. Also, it does some whitespace cleanups. Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx.h')
-rw-r--r--linux/drivers/media/video/em28xx/em28xx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx.h b/linux/drivers/media/video/em28xx/em28xx.h
index c6f7870b7..f9270f681 100644
--- a/linux/drivers/media/video/em28xx/em28xx.h
+++ b/linux/drivers/media/video/em28xx/em28xx.h
@@ -329,7 +329,6 @@ struct em28xx_reg_seq {
struct em28xx_board {
char *name;
- int vchannels;
int tuner_type;
int tuner_addr;
@@ -450,7 +449,6 @@ struct em28xx {
/* GPIO sequences for tuner callbacks */
struct em28xx_reg_seq *tun_analog_gpio, *tun_digital_gpio;
- int video_inputs; /* number of video inputs */
struct list_head devlist;
u32 i2s_speed; /* I2S speed for audio digital stream */