diff options
author | Reinhard Nissl <rnissl@gmx.de> | 2008-07-09 22:38:27 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 22:53:24 +0300 |
commit | 9bb17eee39d862611d2f34d5c611661b3dfd2e54 (patch) | |
tree | fb69de0d1a60f5769a76fa7a6d9e715db81d1a7f /drivers/media/dvb/frontends/stb0899_reg.h | |
parent | c615a27a533b6f6de6143d4d58cfa0abfdb6970d (diff) | |
download | linux-9bb17eee39d862611d2f34d5c611661b3dfd2e54.tar.xz |
V4L/DVB (9468): Miscellaneous fixes
- Fix a bitfield
- Set gain appropriately
- Slept for the wrong duration
Signed-off-by: Reinhard Nissl <rnissl@gmx.de>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stb0899_reg.h')
-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 4e5b2415847f..ba1ed56304a0 100644 --- a/drivers/media/dvb/frontends/stb0899_reg.h +++ b/drivers/media/dvb/frontends/stb0899_reg.h @@ -362,7 +362,7 @@ #define STB0899_OFF0_CRL_FREQ 0xf304 #define STB0899_BASE_CRL_FREQ 0x00000000 -#define STB0899_CARR_FREQ (0x1fffffff << 0) +#define STB0899_CARR_FREQ (0x3fffffff << 0) #define STB0899_OFFST_CARR_FREQ 0 #define STB0899_WIDTH_CARR_FREQ 30 |