diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2005-09-09 13:02:31 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 13:57:38 -0700 |
commit | a9d6a80b41c04e8ff4c7442cc35f5df610863841 (patch) | |
tree | 39a3a0cec707c6b8d2c7219172e9287f04f5190a /drivers/media/dvb/frontends/s5h1420.h | |
parent | cfbfce1566f11c0dbad8a16173f0448b0c78cecb (diff) | |
download | kernel-crypto-a9d6a80b41c04e8ff4c7442cc35f5df610863841.tar.gz kernel-crypto-a9d6a80b41c04e8ff4c7442cc35f5df610863841.tar.xz kernel-crypto-a9d6a80b41c04e8ff4c7442cc35f5df610863841.zip |
[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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/s5h1420.h b/drivers/media/dvb/frontends/s5h1420.h index b687fc77ceb..872028ddf2a 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); |