aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/zl10353.h
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-04-18 16:47:12 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 00:59:18 -0400
commit8dec073225b0926a26656f416a8d32573205a78f (patch)
tree0ab93538c8e369bd7f52c5348d0a5db9a550ec4f /drivers/media/dvb/frontends/zl10353.h
parent4e2eccae27d13d756826533e7cd1214b5825d97c (diff)
V4L/DVB (3890): Add support for non-attached tuners to zl10353
Add no_tuner setting like in mt352. Update to use correct tuner API calls. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/zl10353.h')
-rw-r--r--drivers/media/dvb/frontends/zl10353.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/zl10353.h b/drivers/media/dvb/frontends/zl10353.h
index 63c36ec02adf..9770cb840cfc 100644
--- a/drivers/media/dvb/frontends/zl10353.h
+++ b/drivers/media/dvb/frontends/zl10353.h
@@ -28,6 +28,9 @@ struct zl10353_config
28{ 28{
29 /* demodulator's I2C address */ 29 /* demodulator's I2C address */
30 u8 demod_address; 30 u8 demod_address;
31
32 /* set if no pll is connected to the secondary i2c bus */
33 int no_tuner;
31}; 34};
32 35
33extern struct dvb_frontend* zl10353_attach(const struct zl10353_config *config, 36extern struct dvb_frontend* zl10353_attach(const struct zl10353_config *config,