diff options
author | Marco Schluessler <marco@lordzodiac.de> | 2007-10-31 00:20:42 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:01:52 -0500 |
commit | 58a44040b4937c7d16b79a1b3048992eeac9853b (patch) | |
tree | 2159a364561c95dd7c0269ade08d7ef79359aa1b /drivers/media/dvb/ttpci/av7110.c | |
parent | c5d857d5d3a7cfe355d93916fc094035c85147f7 (diff) |
V4L/DVB (6497): saa7146/budget*/dvb-ttpci: Remove V4L1 code
Remove V4L1 code.
Signed-off-by: Marco Schluessler <marco@lordzodiac.de>
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/ttpci/av7110.c')
-rw-r--r-- | drivers/media/dvb/ttpci/av7110.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/av7110.c b/drivers/media/dvb/ttpci/av7110.c index 0d36c155695b..0e5701bdff19 100644 --- a/drivers/media/dvb/ttpci/av7110.c +++ b/drivers/media/dvb/ttpci/av7110.c | |||
@@ -2595,7 +2595,8 @@ static int __devinit av7110_attach(struct saa7146_dev* dev, | |||
2595 | mutex_init(&av7110->osd_mutex); | 2595 | mutex_init(&av7110->osd_mutex); |
2596 | 2596 | ||
2597 | /* TV standard */ | 2597 | /* TV standard */ |
2598 | av7110->vidmode = tv_standard == 1 ? VIDEO_MODE_NTSC : VIDEO_MODE_PAL; | 2598 | av7110->vidmode = tv_standard == 1 ? AV7110_VIDEO_MODE_NTSC |
2599 | : AV7110_VIDEO_MODE_PAL; | ||
2599 | 2600 | ||
2600 | /* ARM "watchdog" */ | 2601 | /* ARM "watchdog" */ |
2601 | init_waitqueue_head(&av7110->arm_wait); | 2602 | init_waitqueue_head(&av7110->arm_wait); |