summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttpci/av7110_v4l.c
diff options
context:
space:
mode:
authorJohannes Stezenbach <devnull@localhost>2004-02-13 23:46:36 +0000
committerJohannes Stezenbach <devnull@localhost>2004-02-13 23:46:36 +0000
commitd4a4930ff0ffe54e2579f9d18ab31e926a2e9eec (patch)
tree83d680c7ca36d84dac1eacea8b6bac96ca2eb651 /linux/drivers/media/dvb/ttpci/av7110_v4l.c
parent0d3462c31acf9423d48f88a2ba9ae5cbc738d61f (diff)
downloadmediapointer-dvb-s2-d4a4930ff0ffe54e2579f9d18ab31e926a2e9eec.tar.gz
mediapointer-dvb-s2-d4a4930ff0ffe54e2579f9d18ab31e926a2e9eec.tar.bz2
turn off ves1820 test output pins (don't know if this makes
any difference, but why have them turned on if nothing is connected to them?)
Diffstat (limited to 'linux/drivers/media/dvb/ttpci/av7110_v4l.c')
-rw-r--r--linux/drivers/media/dvb/ttpci/av7110_v4l.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/ttpci/av7110_v4l.c b/linux/drivers/media/dvb/ttpci/av7110_v4l.c
index 286810142..946f4404f 100644
--- a/linux/drivers/media/dvb/ttpci/av7110_v4l.c
+++ b/linux/drivers/media/dvb/ttpci/av7110_v4l.c
@@ -191,7 +191,7 @@ int av7110_dvb_c_switch(struct saa7146_fh *fh)
if (0 != av7110->current_input) {
adswitch = 1;
- band = 0x68; /* analog band */
+ band = 0x60; /* analog band */
source = SAA7146_HPS_SOURCE_PORT_B;
sync = SAA7146_HPS_SYNC_PORT_B;
memcpy(standard, analog_standard, sizeof(struct saa7146_standard) * 2);
@@ -204,7 +204,7 @@ int av7110_dvb_c_switch(struct saa7146_fh *fh)
msp_writereg(av7110, MSP_WR_DSP, 0x0007, 0x4f00); // SCART 1 volume
} else {
adswitch = 0;
- band = 0x28; /* digital band */
+ band = 0x20; /* digital band */
source = SAA7146_HPS_SOURCE_PORT_A;
sync = SAA7146_HPS_SYNC_PORT_A;
memcpy(standard, dvb_standard, sizeof(struct saa7146_standard) * 2);