diff options
author | Igor M. Liplianin <liplianin@me.by> | 2012-12-28 17:40:24 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-28 18:30:29 -0500 |
commit | 43385c8a645a25ddef7a45df8786ff26806f7e5d (patch) | |
tree | 22635c660eab8e6d75f0cd24fe6aaad7bfbda1be /drivers/media/dvb-frontends/ds3000.h | |
parent | 38f7889cea9d5754493fa601a2d466ba33f13f55 (diff) |
[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 { | |||
30 | u8 ci_mode; | 30 | u8 ci_mode; |
31 | /* Set device param to start dma */ | 31 | /* Set device param to start dma */ |
32 | int (*set_ts_params)(struct dvb_frontend *fe, int is_punctured); | 32 | int (*set_ts_params)(struct dvb_frontend *fe, int is_punctured); |
33 | /* Hook for Lock LED */ | ||
34 | void (*set_lock_led)(struct dvb_frontend *fe, int offon); | ||
33 | }; | 35 | }; |
34 | 36 | ||
35 | #if defined(CONFIG_DVB_DS3000) || \ | 37 | #if defined(CONFIG_DVB_DS3000) || \ |