V4L/DVB (9465): Fix incorrect IF_AGC Bitfield definition
authorManu Abraham <abraham.manu@gmail.com>
Tue, 27 May 2008 05:24:27 +0000 (02:24 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 29 Dec 2008 19:53:24 +0000 (17:53 -0200)
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/stb0899_reg.h

index d2e9217..fc2805f 100644 (file)
 /*     S2 DEMOD        */
 #define STB0899_OFF0_DMD_STATUS                        0xf300
 #define STB0899_BASE_DMD_STATUS                        0x00000000
-#define STB0899_IF_AGC_LOCK                    (0x01 << 0)
+#define STB0899_IF_AGC_LOCK                    (0x01 << 8)
 #define STB0899_OFFST_IF_AGC_LOCK              0
 #define STB0899_WIDTH_IF_AGC_LOCK              1