diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2009-12-13 09:02:39 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-16 09:27:44 -0200 |
commit | 30e8ca2cb0ffd270a5c17366254c83cfb533ad14 (patch) | |
tree | f9a63bde3b35ab1913a32a9e3603ece6c40d63ba /drivers/media/dvb/frontends/stv090x.h | |
parent | 9efc1bdd25d9cd95362416674d8165b89f12b79f (diff) | |
download | talos-op-linux-30e8ca2cb0ffd270a5c17366254c83cfb533ad14.tar.gz talos-op-linux-30e8ca2cb0ffd270a5c17366254c83cfb533ad14.zip |
V4L/DVB (13674): stv090x: Add DiSEqC envelope mode
Support DiSEqC envelope mode. Feature is enabled by setting
config->diseqc_envelope_mode = true (default: disabled).
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Acked-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stv090x.h')
-rw-r--r-- | drivers/media/dvb/frontends/stv090x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stv090x.h b/drivers/media/dvb/frontends/stv090x.h index e968c98bb70f..b133807663ea 100644 --- a/drivers/media/dvb/frontends/stv090x.h +++ b/drivers/media/dvb/frontends/stv090x.h @@ -75,6 +75,8 @@ struct stv090x_config { enum stv090x_i2crpt repeater_level; + bool diseqc_envelope_mode; + int (*tuner_init) (struct dvb_frontend *fe); int (*tuner_set_mode) (struct dvb_frontend *fe, enum tuner_mode mode); int (*tuner_set_frequency) (struct dvb_frontend *fe, u32 frequency); |