diff options
author | Kenneth Aafloy <devnull@localhost> | 2005-03-08 13:16:23 +0000 |
---|---|---|
committer | Kenneth Aafloy <devnull@localhost> | 2005-03-08 13:16:23 +0000 |
commit | e9529e2ed224693daf464e5f35951cde873ec55d (patch) | |
tree | cde08dfc676eed5f88028368992e828a0289b516 | |
parent | ebeaa60db551f821f75298799dab1a81729e423b (diff) | |
download | mediapointer-dvb-s2-e9529e2ed224693daf464e5f35951cde873ec55d.tar.gz mediapointer-dvb-s2-e9529e2ed224693daf464e5f35951cde873ec55d.tar.bz2 |
FIX: Continuity Errors with tda10021 (slickhenry, Robert Schlabbach)
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda10021.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda10021.c b/linux/drivers/media/dvb/frontends/tda10021.c index 8bbcec71d..27e3faa2b 100644 --- a/linux/drivers/media/dvb/frontends/tda10021.c +++ b/linux/drivers/media/dvb/frontends/tda10021.c @@ -66,7 +66,7 @@ static u8 tda10021_inittab[0x40]= { 0x73, 0x6a, 0x23, 0x0a, 0x02, 0x37, 0x77, 0x1a, 0x37, 0x6a, 0x17, 0x8a, 0x1e, 0x86, 0x43, 0x40, - 0xb8, 0x3f, 0xa1, 0x00, 0xcd, 0x01, 0x00, 0xff, + 0xb8, 0x3f, 0xa0, 0x00, 0xcd, 0x01, 0x00, 0xff, 0x11, 0x00, 0x7c, 0x31, 0x30, 0x20, 0x00, 0x00, 0x02, 0x00, 0x00, 0x7d, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x33, 0x11, 0x0d, 0x95, 0x08, 0x58, |