diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-09-03 15:46:41 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-09-03 17:36:21 -0400 |
commit | 3e3e2a8f1f6837a4f29b1416db40c88d846ab066 (patch) | |
tree | 0b04268cddfcf79b9f648ba235385bac89352b39 /drivers/media/dvb/frontends | |
parent | df76de098de0118cdcf6ec0e60cb4063837f8def (diff) |
V4L/DVB (8599): au8522: remove if frequency settings from vsb/qam modulation tables
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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r-- | drivers/media/dvb/frontends/au8522.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/dvb/frontends/au8522.c b/drivers/media/dvb/frontends/au8522.c index 92c8fbe0d6ca..5a6cbb476273 100644 --- a/drivers/media/dvb/frontends/au8522.c +++ b/drivers/media/dvb/frontends/au8522.c | |||
@@ -371,9 +371,6 @@ static struct { | |||
371 | { 0x80af, 0x66 }, | 371 | { 0x80af, 0x66 }, |
372 | { 0x821b, 0xcc }, | 372 | { 0x821b, 0xcc }, |
373 | { 0x821d, 0x80 }, | 373 | { 0x821d, 0x80 }, |
374 | { 0x80b5, 0xfb }, | ||
375 | { 0x80b6, 0x8e }, | ||
376 | { 0x80b7, 0x39 }, | ||
377 | { 0x80a4, 0xe8 }, | 374 | { 0x80a4, 0xe8 }, |
378 | { 0x8231, 0x13 }, | 375 | { 0x8231, 0x13 }, |
379 | }; | 376 | }; |
@@ -387,9 +384,6 @@ static struct { | |||
387 | { 0x80a4, 0x00 }, | 384 | { 0x80a4, 0x00 }, |
388 | { 0x8081, 0xc4 }, | 385 | { 0x8081, 0xc4 }, |
389 | { 0x80a5, 0x40 }, | 386 | { 0x80a5, 0x40 }, |
390 | { 0x80b5, 0xfb }, | ||
391 | { 0x80b6, 0x8e }, | ||
392 | { 0x80b7, 0x39 }, | ||
393 | { 0x80aa, 0x77 }, | 387 | { 0x80aa, 0x77 }, |
394 | { 0x80ad, 0x77 }, | 388 | { 0x80ad, 0x77 }, |
395 | { 0x80a6, 0x67 }, | 389 | { 0x80a6, 0x67 }, |