diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2006-03-30 09:31:48 +0200 |
---|---|---|
committer | Oliver Endriss <o.endriss@gmx.de> | 2006-03-30 09:31:48 +0200 |
commit | 3d2479ff04112f41bd9a231f1aed9e96fdd8d07d (patch) | |
tree | 0c8741926aeaab87a33cc119b88289cc6e37dbc0 /linux/drivers/media/dvb/ttpci/av7110_av.c | |
parent | 04b5c3627a782fb9773d5a538f2a4121ea546313 (diff) | |
download | mediapointer-dvb-s2-3d2479ff04112f41bd9a231f1aed9e96fdd8d07d.tar.gz mediapointer-dvb-s2-3d2479ff04112f41bd9a231f1aed9e96fdd8d07d.tar.bz2 |
new module parameter 'tv_standard' (dvb-ttpci driver)
From: C.Y.M <syphir@syphir.sytes.net>
This attached patch was originally proposed by Anssi Hannula to the dvb-kernel
tree a while ago. I have recreated the patch for v4l-dvb. It will allow the
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>
Diffstat (limited to 'linux/drivers/media/dvb/ttpci/av7110_av.c')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/av7110_av.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/ttpci/av7110_av.c b/linux/drivers/media/dvb/ttpci/av7110_av.c index 400facec7..2eff09f63 100644 --- a/linux/drivers/media/dvb/ttpci/av7110_av.c +++ b/linux/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; |