diff options
author | Antti Palosaari <crope@iki.fi> | 2012-12-09 15:38:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-01-06 09:09:46 -0200 |
commit | 2c37d37fc635a562753e93628217c578d298609e (patch) | |
tree | 60797f4ba06404c8342702e4f7f7dcdd7c2fa755 /drivers | |
parent | d267d2709196b2a2ef27850abd9189c9ed5e537a (diff) | |
download | linux-2c37d37fc635a562753e93628217c578d298609e.tar.gz linux-2c37d37fc635a562753e93628217c578d298609e.tar.bz2 linux-2c37d37fc635a562753e93628217c578d298609e.zip |
[media] af9033: update tua9001 init sequence
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb-frontends/af9033_priv.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/dvb-frontends/af9033_priv.h b/drivers/media/dvb-frontends/af9033_priv.h index d96d128622a1..e0be0409435e 100644 --- a/drivers/media/dvb-frontends/af9033_priv.h +++ b/drivers/media/dvb-frontends/af9033_priv.h @@ -321,8 +321,9 @@ static const struct reg_val tuner_init_tua9001[] = { { 0x80009b, 0x05 }, { 0x80009c, 0x80 }, { 0x8000b3, 0x00 }, - { 0x8000c1, 0x01 }, - { 0x8000c2, 0x00 }, + { 0x8000c5, 0x01 }, + { 0x8000c6, 0x00 }, + { 0x8000c9, 0x5d }, { 0x80f007, 0x00 }, { 0x80f01f, 0x82 }, { 0x80f020, 0x00 }, |