summaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-04-22 14:45:53 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 14:07:50 -0300
commit23a88108cf6d5fa8073a3b2af804fff7305e86e3 (patch)
treeb7bf10eb06237c13d4ea69d8d46637b14e939d93 /include/media
parent6f4a57292f4f0a0fef5e4e39cb394fedcf2acf9f (diff)
V4L/DVB (7352): tuner-simple: enable digital tuning support for Philips FMD1216ME
Enable digital tuning support within tuner-simple. This will allow for a single tuner module to manage the hardware, without having dvb-pll loaded. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/tuner-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/tuner-types.h b/include/media/tuner-types.h
index fda12093cab3..ab03c5344209 100644
--- a/include/media/tuner-types.h
+++ b/include/media/tuner-types.h
@@ -119,7 +119,7 @@ struct tunertype {
u16 min;
u16 max;
- u16 stepsize;
+ u32 stepsize;
u8 *initdata;
u8 *sleepdata;