diff options
author | Andrew de Quincy <devnull@localhost> | 2004-11-20 15:23:34 +0000 |
---|---|---|
committer | Andrew de Quincy <devnull@localhost> | 2004-11-20 15:23:34 +0000 |
commit | 6aaa3c9b588cb65eba7bb68b476a36c7f4478349 (patch) | |
tree | ff4015a4794e6868d89db770595d15c654a02579 /linux/drivers/media/dvb/frontends/tda1004x.h | |
parent | 783ec6850117d92bbe63bb8b0497b83e73faa562 (diff) | |
download | mediapointer-dvb-s2-6aaa3c9b588cb65eba7bb68b476a36c7f4478349.tar.gz mediapointer-dvb-s2-6aaa3c9b588cb65eba7bb68b476a36c7f4478349.tar.bz2 |
Added setting to allow inversion of OCLK
Diffstat (limited to 'linux/drivers/media/dvb/frontends/tda1004x.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda1004x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda1004x.h b/linux/drivers/media/dvb/frontends/tda1004x.h index 22004e188..e452fc0ba 100644 --- a/linux/drivers/media/dvb/frontends/tda1004x.h +++ b/linux/drivers/media/dvb/frontends/tda1004x.h @@ -34,6 +34,9 @@ struct tda1004x_config /* does the "inversion" need inverted? */ u8 invert:1; + /* Does the OCLK signal need inverted? */ + u8 invert_oclk:1; + /* PLL maintenance */ int (*pll_init)(struct dvb_frontend* fe); int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params); |