summaryrefslogtreecommitdiff
path: root/include/linux/dvb/frontend.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-07-12 00:54:50 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-09-27 17:28:09 (GMT)
commit8a2697abc1f0388d44b78ac109d9f03ec75c2683 (patch)
tree3bcfc0cdd8ffc9a08f6615d76abf3950ac6ce388 /include/linux/dvb/frontend.h
parent48caa6f12902dfc08acfc54e417f845dc0477664 (diff)
downloadlinux-fsl-qoriq-8a2697abc1f0388d44b78ac109d9f03ec75c2683.tar.xz
[media] add LNA support for DVB API
Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/dvb/frontend.h')
-rw-r--r--include/linux/dvb/frontend.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index 57e2b17..c12d452 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -363,8 +363,9 @@ struct dvb_frontend_event {
#define DTV_ATSCMH_SCCC_CODE_MODE_D 59
#define DTV_INTERLEAVING 60
+#define DTV_LNA 61
-#define DTV_MAX_COMMAND DTV_INTERLEAVING
+#define DTV_MAX_COMMAND DTV_LNA
typedef enum fe_pilot {
PILOT_ON,
@@ -438,6 +439,7 @@ enum atscmh_rs_code_mode {
};
#define NO_STREAM_ID_FILTER (~0U)
+#define LNA_AUTO (~0U)
struct dtv_cmds_h {
char *name; /* A display name for debugging purposes */