diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-10-06 20:56:59 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-13 10:28:05 -0400 |
commit | b87625f0ccbbc67efba356e73502fa9bbb784b1c (patch) | |
tree | f438bae01178fc2696a767adf5df18830377266e /include/linux/dvb | |
parent | a4de91be46b73ec6743b9d76155550e49507723c (diff) |
V4L/DVB (9181): S2API: Add support fot DTV_GUARD_INTERVAL and DTV_TRANSMISSION_MODE
Tuning DVB-T via the S2API was failing, missing some essential items.
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/dvb')
-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 6675edfab3fc..5578fba208f4 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h | |||
@@ -271,8 +271,10 @@ struct dvb_frontend_event { | |||
271 | #define DTV_API_VERSION 35 | 271 | #define DTV_API_VERSION 35 |
272 | #define DTV_CODE_RATE_HP 36 | 272 | #define DTV_CODE_RATE_HP 36 |
273 | #define DTV_CODE_RATE_LP 37 | 273 | #define DTV_CODE_RATE_LP 37 |
274 | #define DTV_GUARD_INTERVAL 38 | ||
275 | #define DTV_TRANSMISSION_MODE 39 | ||
274 | 276 | ||
275 | #define DTV_MAX_COMMAND DTV_CODE_RATE_LP | 277 | #define DTV_MAX_COMMAND DTV_TRANSMISSION_MODE |
276 | 278 | ||
277 | typedef enum fe_pilot { | 279 | typedef enum fe_pilot { |
278 | PILOT_ON, | 280 | PILOT_ON, |