diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2008-05-27 01:24:27 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:24 -0500 |
commit | 9acfee56df8ba3078b9c90e23249f3006b585c37 (patch) | |
tree | 16ca08bae85a6d6dd5928a2c3d7099155cfdd6fe /drivers/media/dvb | |
parent | 8f04c70fe2e4d41e283537cfd53f52dbfabdfa48 (diff) |
V4L/DVB (9465): Fix incorrect IF_AGC Bitfield definition
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/frontends/stb0899_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stb0899_reg.h b/drivers/media/dvb/frontends/stb0899_reg.h index d2e9217c767a..fc2805fbd284 100644 --- a/drivers/media/dvb/frontends/stb0899_reg.h +++ b/drivers/media/dvb/frontends/stb0899_reg.h | |||
@@ -356,7 +356,7 @@ | |||
356 | /* S2 DEMOD */ | 356 | /* S2 DEMOD */ |
357 | #define STB0899_OFF0_DMD_STATUS 0xf300 | 357 | #define STB0899_OFF0_DMD_STATUS 0xf300 |
358 | #define STB0899_BASE_DMD_STATUS 0x00000000 | 358 | #define STB0899_BASE_DMD_STATUS 0x00000000 |
359 | #define STB0899_IF_AGC_LOCK (0x01 << 0) | 359 | #define STB0899_IF_AGC_LOCK (0x01 << 8) |
360 | #define STB0899_OFFST_IF_AGC_LOCK 0 | 360 | #define STB0899_OFFST_IF_AGC_LOCK 0 |
361 | #define STB0899_WIDTH_IF_AGC_LOCK 1 | 361 | #define STB0899_WIDTH_IF_AGC_LOCK 1 |
362 | 362 | ||