提交 9acfee56 编写于 作者: M Manu Abraham 提交者: Mauro Carvalho Chehab

V4L/DVB (9465): Fix incorrect IF_AGC Bitfield definition

Signed-off-by: NManu Abraham <manu@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 8f04c70f
...@@ -356,7 +356,7 @@ ...@@ -356,7 +356,7 @@
/* S2 DEMOD */ /* S2 DEMOD */
#define STB0899_OFF0_DMD_STATUS 0xf300 #define STB0899_OFF0_DMD_STATUS 0xf300
#define STB0899_BASE_DMD_STATUS 0x00000000 #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_OFFST_IF_AGC_LOCK 0
#define STB0899_WIDTH_IF_AGC_LOCK 1 #define STB0899_WIDTH_IF_AGC_LOCK 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册