diff options
author | C.Y.M <syphir@syphir.sytes.net> | 2006-03-30 04:31:48 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-02 04:55:59 -0300 |
commit | 2f03ee8e6bd7c6f40a1a0583662308e002d357da (patch) | |
tree | 1dd3b00445967f6f33746324cd476aa4d7427697 /drivers/media/dvb/ttpci/av7110_av.c | |
parent | f3688fc8d391f50dee45bd3bf04bdeab1c16c3c0 (diff) | |
download | op-kernel-dev-2f03ee8e6bd7c6f40a1a0583662308e002d357da.zip op-kernel-dev-2f03ee8e6bd7c6f40a1a0583662308e002d357da.tar.gz |
V4L/DVB (3671): New module parameter 'tv_standard' (dvb-ttpci driver)
This attached patch was originally proposed by Anssi Hannula to the dvb-kernel
user to choose the default broadcast mode when using the ttpci driver.
NTSC users need to only add the following line to modprobe.d:
options dvb-ttpci tv_standard=1
PAL users will not need to change anything, for this will be the default.
Signed-off-by: C.Y.M <syphir@syphir.sytes.net>
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_av.c')
-rw-r--r-- | drivers/media/dvb/ttpci/av7110_av.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/ttpci/av7110_av.c b/drivers/media/dvb/ttpci/av7110_av.c index 400face..2eff09f 100644 --- a/drivers/media/dvb/ttpci/av7110_av.c +++ b/drivers/media/dvb/ttpci/av7110_av.c @@ -1479,8 +1479,6 @@ int av7110_av_init(struct av7110 *av7110) void (*play[])(u8 *, int, void *) = { play_audio_cb, play_video_cb }; int i, ret; - av7110->vidmode = VIDEO_MODE_PAL; - for (i = 0; i < 2; i++) { struct ipack *ipack = av7110->ipack + i; |