diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2005-11-09 00:35:44 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:05 -0500 |
commit | 7f44dcda3f659ce47c1660a705802f12a2403a90 (patch) | |
tree | 9ee8d3e3c3f3f8e237103191ee2c6edcee218dee | |
parent | ff29d06a102b35f9523ab4b6c38c9eb9948d1c80 (diff) |
[PATCH] dvb: fixed inittab register 0x12 for BSRU6/BSBE1
fixed inittab register 0x12 for BSRU6/BSBE1
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Cc: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c b/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c index 2d519982eadc..fd53d6010502 100644 --- a/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c +++ b/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c | |||
@@ -1198,7 +1198,7 @@ static u8 alps_bsbe1_inittab[] = { | |||
1198 | 0x0e, 0x23, /* alpha_tmg = 2, beta_tmg = 3 */ | 1198 | 0x0e, 0x23, /* alpha_tmg = 2, beta_tmg = 3 */ |
1199 | 0x10, 0x3f, // AGC2 0x3d | 1199 | 0x10, 0x3f, // AGC2 0x3d |
1200 | 0x11, 0x84, | 1200 | 0x11, 0x84, |
1201 | 0x12, 0xb5, // Lock detect: -64 Carrier freq detect:on | 1201 | 0x12, 0xb9, |
1202 | 0x15, 0xc9, // lock detector threshold | 1202 | 0x15, 0xc9, // lock detector threshold |
1203 | 0x16, 0x00, | 1203 | 0x16, 0x00, |
1204 | 0x17, 0x00, | 1204 | 0x17, 0x00, |
@@ -1240,7 +1240,7 @@ static u8 alps_bsru6_inittab[] = { | |||
1240 | 0x0e, 0x23, /* alpha_tmg = 2, beta_tmg = 3 */ | 1240 | 0x0e, 0x23, /* alpha_tmg = 2, beta_tmg = 3 */ |
1241 | 0x10, 0x3f, // AGC2 0x3d | 1241 | 0x10, 0x3f, // AGC2 0x3d |
1242 | 0x11, 0x84, | 1242 | 0x11, 0x84, |
1243 | 0x12, 0xb5, // Lock detect: -64 Carrier freq detect:on | 1243 | 0x12, 0xb9, |
1244 | 0x15, 0xc9, // lock detector threshold | 1244 | 0x15, 0xc9, // lock detector threshold |
1245 | 0x16, 0x00, | 1245 | 0x16, 0x00, |
1246 | 0x17, 0x00, | 1246 | 0x17, 0x00, |