summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/s5h1420.h
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2005-09-09 13:02:31 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-09 13:57:38 -0700
commita9d6a80b41c04e8ff4c7442cc35f5df610863841 (patch)
tree39a3a0cec707c6b8d2c7219172e9287f04f5190a /drivers/media/dvb/frontends/s5h1420.h
parentcfbfce1566f11c0dbad8a16173f0448b0c78cecb (diff)
downloadop-kernel-dev-a9d6a80b41c04e8ff4c7442cc35f5df610863841.zip
op-kernel-dev-a9d6a80b41c04e8ff4c7442cc35f5df610863841.tar.gz
[PATCH] dvb: frontend: s5h1420: fixes
Misc. fixes. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> Signed-off-by: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/dvb/frontends/s5h1420.h')
-rw-r--r--drivers/media/dvb/frontends/s5h1420.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/s5h1420.h b/drivers/media/dvb/frontends/s5h1420.h
index b687fc7..872028d 100644
--- a/drivers/media/dvb/frontends/s5h1420.h
+++ b/drivers/media/dvb/frontends/s5h1420.h
@@ -30,6 +30,9 @@ struct s5h1420_config
/* the demodulator's i2c address */
u8 demod_address;
+ /* does the inversion require inversion? */
+ u8 invert:1;
+
/* PLL maintenance */
int (*pll_init)(struct dvb_frontend* fe);
int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params, u32* freqout);
OpenPOWER on IntegriCloud