diff options
author | Johannes Stezenbach <devnull@localhost> | 2004-02-13 23:46:36 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2004-02-13 23:46:36 +0000 |
commit | d4a4930ff0ffe54e2579f9d18ab31e926a2e9eec (patch) | |
tree | 83d680c7ca36d84dac1eacea8b6bac96ca2eb651 /linux/drivers/media | |
parent | 0d3462c31acf9423d48f88a2ba9ae5cbc738d61f (diff) | |
download | mediapointer-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')
-rw-r--r-- | linux/drivers/media/dvb/frontends/ves1820.c | 2 | ||||
-rw-r--r-- | linux/drivers/media/dvb/ttpci/av7110_v4l.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/frontends/ves1820.c b/linux/drivers/media/dvb/frontends/ves1820.c index 8640243c6..6d335b8d8 100644 --- a/linux/drivers/media/dvb/frontends/ves1820.c +++ b/linux/drivers/media/dvb/frontends/ves1820.c @@ -120,7 +120,7 @@ static struct dvb_frontend_info ves1820_info = { static u8 ves1820_inittab [] = { 0x69, 0x6A, 0x9B, 0x12, 0x12, 0x46, 0x26, 0x1A, - 0x43, 0x6A, 0xAA, 0xAA, 0x1E, 0x85, 0x43, 0x28, + 0x43, 0x6A, 0xAA, 0xAA, 0x1E, 0x85, 0x43, 0x20, 0xE0, 0x00, 0xA1, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 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); |