diff options
author | Kenneth Aafloy <devnull@localhost> | 2005-03-19 15:11:50 +0000 |
---|---|---|
committer | Kenneth Aafloy <devnull@localhost> | 2005-03-19 15:11:50 +0000 |
commit | f632cdc89c36708cf5d35b3576fda3e15c742911 (patch) | |
tree | 8a1d20e1f10ec407ff5e50aa49c1d468c5eb7349 /linux/drivers/media/dvb/bt8xx | |
parent | 02b019dc0c322e57794c2508185823eded9a4222 (diff) | |
download | mediapointer-dvb-s2-f632cdc89c36708cf5d35b3576fda3e15c742911.tar.gz mediapointer-dvb-s2-f632cdc89c36708cf5d35b3576fda3e15c742911.tar.bz2 |
- Fix copy/paste bug for mt352 frontend in dvb-bt8xx
Diffstat (limited to 'linux/drivers/media/dvb/bt8xx')
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c index 9116e2fdd..8adbeb14c 100644 --- a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c +++ b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c @@ -133,7 +133,7 @@ static int thomson_dtt7579_demod_init(struct dvb_frontend* fe) static u8 mt352_reset [] = { 0x50, 0x80 }; static u8 mt352_adc_ctl_1_cfg [] = { 0x8E, 0x40 }; static u8 mt352_agc_cfg [] = { 0x67, 0x28, 0x20 }; - static u8 mt352_gpp_ctl_cfg [] = { 0x75, 0x33 }; + static u8 mt352_gpp_ctl_cfg [] = { 0x8C, 0x33 }; static u8 mt352_capt_range_cfg[] = { 0x75, 0x32 }; mt352_write(fe, mt352_clock_config, sizeof(mt352_clock_config)); |