diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-07-28 23:10:29 +0100 |
---|---|---|
committer | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-07-28 23:10:29 +0100 |
commit | 2e5bad480e205eb17af4683eb6983ae88519554a (patch) | |
tree | dafc52ebc1d9849ddd2fcc3da193d97b2c0cea65 /linux/drivers/media/video/cx88/cx88.h | |
parent | ab936b443d684bd023ba22857d6b4b58c22c0db7 (diff) | |
download | mediapointer-dvb-s2-2e5bad480e205eb17af4683eb6983ae88519554a.tar.gz mediapointer-dvb-s2-2e5bad480e205eb17af4683eb6983ae88519554a.tar.bz2 |
Remove frontend selection from cx88/saa7134 drivers
From: Andrew de Quincey <adq_dvb@lidskialf.net>
Replaced with dvb_attach()
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Acked-by: Michael Krufky <mkrufky@linuxtv.org>
Acked-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index c60ea0a1f..86b7e1b1d 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -316,9 +316,11 @@ struct cx88_core { unsigned int tuner_formats; /* config info -- dvb */ +#ifdef HAVE_VIDEO_BUF_DVB struct dvb_pll_desc *pll_desc; unsigned int pll_addr; int (*prev_set_voltage)(struct dvb_frontend* fe, fe_sec_voltage_t voltage); +#endif /* state info */ struct task_struct *kthread; |