aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/m88ds3103_priv.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2013-12-02 13:11:21 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2013-12-19 09:22:29 -0200
commit58b7450d56cacaa12d82ff9e2f5b461f65f2ade0 (patch)
tree0871ad6078aa1b50060bcec187c0ab408ddd1977 /drivers/media/dvb-frontends/m88ds3103_priv.h
parent[media] m88ts2022: reimplement synthesizer calculations (diff)
downloadlinux-dev-58b7450d56cacaa12d82ff9e2f5b461f65f2ade0.tar.xz
linux-dev-58b7450d56cacaa12d82ff9e2f5b461f65f2ade0.zip
[media] m88ds3103: remove unneeded AGC from inittab
Optimal AGC is highly depended on used RF tuner and due to that it is already included to chip configuration. However, inittab has default AGC value, which was later replaced by one from config. Add also comment to all chip configuration options about default values and if those are needed to set or not. Reported-by: David Howells <dhowells@redhat.com> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/m88ds3103_priv.h')
-rw-r--r--drivers/media/dvb-frontends/m88ds3103_priv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb-frontends/m88ds3103_priv.h b/drivers/media/dvb-frontends/m88ds3103_priv.h
index 322db4d59df3..80c5a2501250 100644
--- a/drivers/media/dvb-frontends/m88ds3103_priv.h
+++ b/drivers/media/dvb-frontends/m88ds3103_priv.h
@@ -57,7 +57,6 @@ static const struct m88ds3103_reg_val m88ds3103_dvbs_init_reg_vals[] = {
{0x30, 0x08},
{0x31, 0x40},
{0x32, 0x32},
- {0x33, 0x35},
{0x35, 0xff},
{0x3a, 0x00},
{0x37, 0x10},
@@ -139,7 +138,6 @@ static const struct m88ds3103_reg_val m88ds3103_dvbs2_init_reg_vals[] = {
{0x27, 0x31},
{0x30, 0x08},
{0x32, 0x32},
- {0x33, 0x35},
{0x35, 0xff},
{0x3a, 0x00},
{0x37, 0x10},