Commit 3e3e2a8f authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab

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: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent df76de09
...@@ -371,9 +371,6 @@ static struct { ...@@ -371,9 +371,6 @@ static struct {
{ 0x80af, 0x66 }, { 0x80af, 0x66 },
{ 0x821b, 0xcc }, { 0x821b, 0xcc },
{ 0x821d, 0x80 }, { 0x821d, 0x80 },
{ 0x80b5, 0xfb },
{ 0x80b6, 0x8e },
{ 0x80b7, 0x39 },
{ 0x80a4, 0xe8 }, { 0x80a4, 0xe8 },
{ 0x8231, 0x13 }, { 0x8231, 0x13 },
}; };
...@@ -387,9 +384,6 @@ static struct { ...@@ -387,9 +384,6 @@ static struct {
{ 0x80a4, 0x00 }, { 0x80a4, 0x00 },
{ 0x8081, 0xc4 }, { 0x8081, 0xc4 },
{ 0x80a5, 0x40 }, { 0x80a5, 0x40 },
{ 0x80b5, 0xfb },
{ 0x80b6, 0x8e },
{ 0x80b7, 0x39 },
{ 0x80aa, 0x77 }, { 0x80aa, 0x77 },
{ 0x80ad, 0x77 }, { 0x80ad, 0x77 },
{ 0x80a6, 0x67 }, { 0x80a6, 0x67 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment