diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2011-03-26 22:03:47 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-05-20 09:29:48 -0300 |
commit | 9d8e1b5490a4fd2fa71bf3b39e7f1ce513daebcd (patch) | |
tree | 76b2d55ba0f8c8c6b5fb009ba6e8313a5d9823fb /drivers/media/dvb/frontends/z0194a.h | |
parent | 24fb06049af849934a30a06da78b7c75fac280df (diff) | |
download | lwn-9d8e1b5490a4fd2fa71bf3b39e7f1ce513daebcd.tar.gz lwn-9d8e1b5490a4fd2fa71bf3b39e7f1ce513daebcd.zip |
[media] STV0299 Register 02 on Opera1/Bsru6/z0194a/mantis_vp1033
Bits 4 and 5 on register 02 should always be set to 1.
Opera1/Bsru6/z0194a/mantis_vp1033
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Acked-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/z0194a.h')
-rw-r--r-- | drivers/media/dvb/frontends/z0194a.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/z0194a.h b/drivers/media/dvb/frontends/z0194a.h index 07f3fc0998f6..96d86d6eb473 100644 --- a/drivers/media/dvb/frontends/z0194a.h +++ b/drivers/media/dvb/frontends/z0194a.h @@ -42,7 +42,7 @@ static int sharp_z0194a_set_symbol_rate(struct dvb_frontend *fe, static u8 sharp_z0194a_inittab[] = { 0x01, 0x15, - 0x02, 0x00, + 0x02, 0x30, 0x03, 0x00, 0x04, 0x7d, /* F22FR = 0x7d, F22 = f_VCO / 128 / 0x7d = 22 kHz */ 0x05, 0x35, /* I2CT = 0, SCLT = 1, SDAT = 1 */ |