From 49ee5355f240b409e6e7fc547da28c28746e870a Mon Sep 17 00:00:00 2001 From: Johannes Stezenbach Date: Sat, 15 Jan 2005 12:27:42 +0000 Subject: patch by Thomas Martin and Dieter Zander: fix mt352 clock setting so it works for VHF (6 and 7 MHz bw channels) --- linux/drivers/media/dvb/b2c2/skystar2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux') diff --git a/linux/drivers/media/dvb/b2c2/skystar2.c b/linux/drivers/media/dvb/b2c2/skystar2.c index 736a6898d..62fd92e33 100644 --- a/linux/drivers/media/dvb/b2c2/skystar2.c +++ b/linux/drivers/media/dvb/b2c2/skystar2.c @@ -2338,7 +2338,7 @@ static struct nxt2002_config samsung_tbmv_config = { static int samsung_tdtc9251dh0_demod_init(struct dvb_frontend* fe) { - static u8 mt352_clock_config [] = { 0x89, 0x10, 0x2d }; + static u8 mt352_clock_config [] = { 0x89, 0x18, 0x2d }; static u8 mt352_reset [] = { 0x50, 0x80 }; static u8 mt352_adc_ctl_1_cfg [] = { 0x8E, 0x40 }; static u8 mt352_agc_cfg [] = { 0x67, 0x28, 0xa1 }; -- cgit v1.2.3