aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/tda10048.h
diff options
context:
space:
mode:
authorSteven Toth <stoth@kernellabs.com>2009-05-15 20:01:57 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-16 17:21:13 -0400
commit9e08199770f28b92e5a85052e8c16cde94f9a2c9 (patch)
tree326535e36ede6c96f0e23466975f8db3915e726e /drivers/media/dvb/frontends/tda10048.h
parent6ecdf92d211fb37a905fce5d0a8668c831764abc (diff)
V4L/DVB (11854): TDA10048: Ensure the I/F changes during DVB-T 6/7/8 bandwidth changes.
TDA10048: Ensure the I/F changes during DVB-T 6/7/8 bandwidth changes. Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/tda10048.h')
-rw-r--r--drivers/media/dvb/frontends/tda10048.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/tda10048.h b/drivers/media/dvb/frontends/tda10048.h
index ee07b50e90d1..8828ceaf74bb 100644
--- a/drivers/media/dvb/frontends/tda10048.h
+++ b/drivers/media/dvb/frontends/tda10048.h
@@ -1,7 +1,7 @@
1/* 1/*
2 NXP TDA10048HN DVB OFDM demodulator driver 2 NXP TDA10048HN DVB OFDM demodulator driver
3 3
4 Copyright (C) 2008 Steven Toth <stoth@linuxtv.org> 4 Copyright (C) 2009 Steven Toth <stoth@kernellabs.com>
5 5
6 This program is free software; you can redistribute it and/or modify 6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
@@ -52,7 +52,9 @@ struct tda10048_config {
52#define TDA10048_IF_4500 4500 52#define TDA10048_IF_4500 4500
53#define TDA10048_IF_4750 4750 53#define TDA10048_IF_4750 4750
54#define TDA10048_IF_36130 36130 54#define TDA10048_IF_36130 36130
55 u16 if_freq_khz; 55 u16 dtv6_if_freq_khz;
56 u16 dtv7_if_freq_khz;
57 u16 dtv8_if_freq_khz;
56 58
57#define TDA10048_CLK_4000 4000 59#define TDA10048_CLK_4000 4000
58#define TDA10048_CLK_16000 16000 60#define TDA10048_CLK_16000 16000