diff options
author | Igor M. Liplianin <liplianin@me.by> | 2012-12-28 19:40:24 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-28 21:30:29 -0200 |
commit | 43385c8a645a25ddef7a45df8786ff26806f7e5d (patch) | |
tree | 22635c660eab8e6d75f0cd24fe6aaad7bfbda1be /drivers/media/dvb-frontends/ds3000.h | |
parent | 38f7889cea9d5754493fa601a2d466ba33f13f55 (diff) | |
download | linux-stable-43385c8a645a25ddef7a45df8786ff26806f7e5d.tar.gz linux-stable-43385c8a645a25ddef7a45df8786ff26806f7e5d.tar.bz2 linux-stable-43385c8a645a25ddef7a45df8786ff26806f7e5d.zip |
[media] ds3000: lock led procedure added
TeVii s660 and others have LED for lock indication.
Let's use it in right order.
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends/ds3000.h')
-rw-r--r-- | drivers/media/dvb-frontends/ds3000.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/ds3000.h b/drivers/media/dvb-frontends/ds3000.h index 67eeaf9bdbce..478ad66c63d7 100644 --- a/drivers/media/dvb-frontends/ds3000.h +++ b/drivers/media/dvb-frontends/ds3000.h @@ -30,6 +30,8 @@ struct ds3000_config { u8 ci_mode; /* Set device param to start dma */ int (*set_ts_params)(struct dvb_frontend *fe, int is_punctured); + /* Hook for Lock LED */ + void (*set_lock_led)(struct dvb_frontend *fe, int offon); }; #if defined(CONFIG_DVB_DS3000) || \ |