diff options
author | Antti Palosaari <crope@iki.fi> | 2012-07-11 20:54:50 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-27 13:28:09 -0400 |
commit | 8a2697abc1f0388d44b78ac109d9f03ec75c2683 (patch) | |
tree | 3bcfc0cdd8ffc9a08f6615d76abf3950ac6ce388 /include | |
parent | 48caa6f12902dfc08acfc54e417f845dc0477664 (diff) |
[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')
-rw-r--r-- | include/linux/dvb/frontend.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index 57e2b1763109..c12d452cb40d 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h | |||
@@ -363,8 +363,9 @@ struct dvb_frontend_event { | |||
363 | #define DTV_ATSCMH_SCCC_CODE_MODE_D 59 | 363 | #define DTV_ATSCMH_SCCC_CODE_MODE_D 59 |
364 | 364 | ||
365 | #define DTV_INTERLEAVING 60 | 365 | #define DTV_INTERLEAVING 60 |
366 | #define DTV_LNA 61 | ||
366 | 367 | ||
367 | #define DTV_MAX_COMMAND DTV_INTERLEAVING | 368 | #define DTV_MAX_COMMAND DTV_LNA |
368 | 369 | ||
369 | typedef enum fe_pilot { | 370 | typedef enum fe_pilot { |
370 | PILOT_ON, | 371 | PILOT_ON, |
@@ -438,6 +439,7 @@ enum atscmh_rs_code_mode { | |||
438 | }; | 439 | }; |
439 | 440 | ||
440 | #define NO_STREAM_ID_FILTER (~0U) | 441 | #define NO_STREAM_ID_FILTER (~0U) |
442 | #define LNA_AUTO (~0U) | ||
441 | 443 | ||
442 | struct dtv_cmds_h { | 444 | struct dtv_cmds_h { |
443 | char *name; /* A display name for debugging purposes */ | 445 | char *name; /* A display name for debugging purposes */ |