diff options
author | Gerd Knorr <devnull@localhost> | 2004-12-02 13:44:44 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-12-02 13:44:44 +0000 |
commit | fb0763d2a0e6d78243a452049bdef5177266f6e5 (patch) | |
tree | 69b7ac407ab9d67900bed2cc380faa74838ea303 /linux/drivers/media/video/cx88/cx88-core.c | |
parent | 57953d13b62cc05a6ad68f83d08c799939a74f63 (diff) | |
download | mediapointer-dvb-s2-fb0763d2a0e6d78243a452049bdef5177266f6e5.tar.gz mediapointer-dvb-s2-fb0763d2a0e6d78243a452049bdef5177266f6e5.tar.bz2 |
- attempt to fix cx88 blackbird.
- fix vbi initialization issue.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-core.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-core.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-core.c b/linux/drivers/media/video/cx88/cx88-core.c index 9bf791d14..4a177e056 100644 --- a/linux/drivers/media/video/cx88/cx88-core.c +++ b/linux/drivers/media/video/cx88/cx88-core.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-core.c,v 1.18 2004/11/30 17:00:13 kraxel Exp $ + * $Id: cx88-core.c,v 1.19 2004/12/02 13:44:44 kraxel Exp $ * * device driver for Conexant 2388x based TV cards * driver core @@ -986,6 +986,9 @@ int cx88_set_tvnorm(struct cx88_core *core, struct cx88_tvnorm *norm) cx_write(MO_VBI_PACKET, ((1 << 11) | /* (norm_vdelay(norm) << 11) | */ norm_vbipack(norm))); + // this is needed as well to set all tvnorm parameter + cx88_set_scale(core, 320, 240, V4L2_FIELD_INTERLACED); + // audio set_tvaudio(core); |