aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/tda10048.h
diff options
context:
space:
mode:
authorSteven Toth <stoth@linuxtv.org>2009-05-02 10:07:29 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-16 17:20:53 -0400
commitd114153816ec188b20a37583e66da33d8b2798fe (patch)
treecdac5cbecdbfced7c9515b616623f9f8b5c080b7 /drivers/media/dvb/frontends/tda10048.h
parent17720e07b6ac573c8929c39f9036dbc460867b72 (diff)
V4L/DVB (11697): tda10048: Add ability to select I/F at attach time.
tda10048: Add ability to select I/F at attach time. Signed-off-by: Steven Toth <stoth@linuxtv.org> 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.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/tda10048.h b/drivers/media/dvb/frontends/tda10048.h
index 0457b24601fa..ab9cf5bd421e 100644
--- a/drivers/media/dvb/frontends/tda10048.h
+++ b/drivers/media/dvb/frontends/tda10048.h
@@ -43,6 +43,20 @@ struct tda10048_config {
43#define TDA10048_INVERSION_OFF 0 43#define TDA10048_INVERSION_OFF 0
44#define TDA10048_INVERSION_ON 1 44#define TDA10048_INVERSION_ON 1
45 u8 inversion; 45 u8 inversion;
46
47#define TDA10048_IF_3300 3300
48#define TDA10048_IF_3500 3500
49#define TDA10048_IF_3800 3800
50#define TDA10048_IF_4000 4000
51#define TDA10048_IF_4300 4300
52#define TDA10048_IF_4500 4500
53#define TDA10048_IF_4750 4750
54#define TDA10048_IF_36130 36130
55 u16 if_freq_khz;
56
57#define TDA10048_CLK_4000 4000
58#define TDA10048_CLK_16000 16000
59 u16 clk_freq_khz;
46}; 60};
47 61
48#if defined(CONFIG_DVB_TDA10048) || \ 62#if defined(CONFIG_DVB_TDA10048) || \