aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/ds3000.h
diff options
context:
space:
mode:
authorGravatar Igor M. Liplianin <liplianin@me.by> 2012-12-28 19:40:24 -0300
committerGravatar Mauro Carvalho Chehab <mchehab@redhat.com> 2012-12-28 21:30:29 -0200
commit43385c8a645a25ddef7a45df8786ff26806f7e5d (patch)
tree22635c660eab8e6d75f0cd24fe6aaad7bfbda1be /drivers/media/dvb-frontends/ds3000.h
parent[media] m88rs2000: SNR, BER implemented (diff)
downloadlinux-43385c8a645a25ddef7a45df8786ff26806f7e5d.tar.gz
linux-43385c8a645a25ddef7a45df8786ff26806f7e5d.tar.bz2
linux-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.h2
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) || \