diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-08-01 22:54:57 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2008-08-01 22:54:57 -0400 |
commit | cbe89066e872a56e9fdf460fcf4cfc50d64369c9 (patch) | |
tree | b7a884a807d5fde8da18382122384efc831d9ab8 /linux/drivers/media/dvb/frontends/au8522.c | |
parent | 54bd69d6b05133720993cc78bb9817d118e4ecc2 (diff) | |
download | mediapointer-dvb-s2-cbe89066e872a56e9fdf460fcf4cfc50d64369c9.tar.gz mediapointer-dvb-s2-cbe89066e872a56e9fdf460fcf4cfc50d64369c9.tar.bz2 |
au8522: remove if frequency settings from vsb/qam modulation tables
From: Michael Krufky <mkrufky@linuxtv.org>
Since IF frequency is set after the vsb/qam modulation tables are written,
remove the redundant register settings from the vsb/qam modulation tables.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/au8522.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/au8522.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/linux/drivers/media/dvb/frontends/au8522.c b/linux/drivers/media/dvb/frontends/au8522.c index 71ee03c26..d946c8beb 100644 --- a/linux/drivers/media/dvb/frontends/au8522.c +++ b/linux/drivers/media/dvb/frontends/au8522.c @@ -371,9 +371,6 @@ static struct { { 0x80af, 0x66 }, { 0x821b, 0xcc }, { 0x821d, 0x80 }, - { 0x80b5, 0xfb }, - { 0x80b6, 0x8e }, - { 0x80b7, 0x39 }, { 0x80a4, 0xe8 }, { 0x8231, 0x13 }, }; @@ -387,9 +384,6 @@ static struct { { 0x80a4, 0x00 }, { 0x8081, 0xc4 }, { 0x80a5, 0x40 }, - { 0x80b5, 0xfb }, - { 0x80b6, 0x8e }, - { 0x80b7, 0x39 }, { 0x80aa, 0x77 }, { 0x80ad, 0x77 }, { 0x80a6, 0x67 }, |