diff options
author | Patrick Boettcher <devnull@localhost> | 2005-04-17 14:37:15 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2005-04-17 14:37:15 +0000 |
commit | 4e4da24aa36487071bd874fc63d387258299ceb0 (patch) | |
tree | b048f438139994b1842b269838bc85d2eebf2d63 /linux/drivers/media/dvb/frontends/dvb-pll.h | |
parent | b5833bcf1184221ce9ff84d4787d77ce1cbacafa (diff) | |
download | mediapointer-dvb-s2-4e4da24aa36487071bd874fc63d387258299ceb0.tar.gz mediapointer-dvb-s2-4e4da24aa36487071bd874fc63d387258299ceb0.tar.bz2 |
- ported all dibusb drivers to fit into the dvb-usb-frameword
- created dvb-pll-entries for the tuner used with the dibusb-drivers
- removed all traces of the dibusb driver
- adapted the dib3000-frontends to get along with the dvb-pll-changes
Diffstat (limited to 'linux/drivers/media/dvb/frontends/dvb-pll.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/dvb-pll.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/dvb-pll.h b/linux/drivers/media/dvb/frontends/dvb-pll.h index f5b7a1671..0b8f53a2a 100644 --- a/linux/drivers/media/dvb/frontends/dvb-pll.h +++ b/linux/drivers/media/dvb/frontends/dvb-pll.h @@ -1,5 +1,5 @@ /* - * $Id: dvb-pll.h,v 1.3 2005/03/21 00:54:36 js Exp $ + * $Id: dvb-pll.h,v 1.4 2005/04/17 14:37:15 pb Exp $ */ struct dvb_pll_desc { @@ -23,6 +23,10 @@ extern struct dvb_pll_desc dvb_pll_thomson_dtt7610; extern struct dvb_pll_desc dvb_pll_lg_z201; extern struct dvb_pll_desc dvb_pll_unknown_1; +extern struct dvb_pll_desc dvb_pll_tua6010xs; +extern struct dvb_pll_desc dvb_pll_env57h1xd5; +extern struct dvb_pll_desc dvb_pll_tua6034; + int dvb_pll_configure(struct dvb_pll_desc *desc, u8 *buf, u32 freq, int bandwidth); |