aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/bsru6.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2011-03-26 21:03:47 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-05-20 08:29:48 -0400
commit9d8e1b5490a4fd2fa71bf3b39e7f1ce513daebcd (patch)
tree76b2d55ba0f8c8c6b5fb009ba6e8313a5d9823fb /drivers/media/dvb/frontends/bsru6.h
parent24fb06049af849934a30a06da78b7c75fac280df (diff)
[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/bsru6.h')
-rw-r--r--drivers/media/dvb/frontends/bsru6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/bsru6.h b/drivers/media/dvb/frontends/bsru6.h
index 45a6dfd8ebb5..c480c839b302 100644
--- a/drivers/media/dvb/frontends/bsru6.h
+++ b/drivers/media/dvb/frontends/bsru6.h
@@ -27,7 +27,7 @@
27 27
28static u8 alps_bsru6_inittab[] = { 28static u8 alps_bsru6_inittab[] = {
29 0x01, 0x15, 29 0x01, 0x15,
30 0x02, 0x00, 30 0x02, 0x30,
31 0x03, 0x00, 31 0x03, 0x00,
32 0x04, 0x7d, /* F22FR = 0x7d, F22 = f_VCO / 128 / 0x7d = 22 kHz */ 32 0x04, 0x7d, /* F22FR = 0x7d, F22 = f_VCO / 128 / 0x7d = 22 kHz */
33 0x05, 0x35, /* I2CT = 0, SCLT = 1, SDAT = 1 */ 33 0x05, 0x35, /* I2CT = 0, SCLT = 1, SDAT = 1 */