summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/zl10353.h
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-04-18 21:47:12 +0100
committerAndrew de Quincey <adq_dvb@lidskialf.net>2006-04-18 21:47:12 +0100
commit3b3dfc47ebdc7d825d84ab44ee4f00136e90df45 (patch)
treee374b85f72ee1570610d0c53649d75709b4f6cec /linux/drivers/media/dvb/frontends/zl10353.h
parentb567a613dbe04986b2731674f5a0a71bdabd8065 (diff)
downloadmediapointer-dvb-s2-3b3dfc47ebdc7d825d84ab44ee4f00136e90df45.tar.gz
mediapointer-dvb-s2-3b3dfc47ebdc7d825d84ab44ee4f00136e90df45.tar.bz2
Add support for non-attached tuners to zl10353
From: Andrew de Quincey <adq_dvb@lidskialf.net> Add no_tuner setting like in mt352. Update to use correct tuner API calls. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/zl10353.h')
-rw-r--r--linux/drivers/media/dvb/frontends/zl10353.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/zl10353.h b/linux/drivers/media/dvb/frontends/zl10353.h
index 63c36ec02..9770cb840 100644
--- a/linux/drivers/media/dvb/frontends/zl10353.h
+++ b/linux/drivers/media/dvb/frontends/zl10353.h
@@ -28,6 +28,9 @@ struct zl10353_config
{
/* demodulator's I2C address */
u8 demod_address;
+
+ /* set if no pll is connected to the secondary i2c bus */
+ int no_tuner;
};
extern struct dvb_frontend* zl10353_attach(const struct zl10353_config *config,