diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-10-06 20:55:46 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-13 10:27:55 -0400 |
commit | a4de91be46b73ec6743b9d76155550e49507723c (patch) | |
tree | c4ca583f7b6f107ade9459cc265c1a3e973df187 /include/linux/dvb | |
parent | cc7d705e7a2c28ae1bd8b2fd29524277262967ab (diff) |
V4L/DVB (9180): S2API: Added support for DTV_CODE_RATE_HP/LP
Reports from users that using the new API for tuning DTV was failing,
and the cache was 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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index 3d4fab495fb2..6675edfab3fc 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h | |||
@@ -268,8 +268,11 @@ struct dvb_frontend_event { | |||
268 | #define DTV_DELIVERY_SYSTEM 17 | 268 | #define DTV_DELIVERY_SYSTEM 17 |
269 | 269 | ||
270 | #define DTV_API_VERSION 35 | 270 | #define DTV_API_VERSION 35 |
271 | #define DTV_API_VERSION 35 | ||
272 | #define DTV_CODE_RATE_HP 36 | ||
273 | #define DTV_CODE_RATE_LP 37 | ||
271 | 274 | ||
272 | #define DTV_MAX_COMMAND DTV_API_VERSION | 275 | #define DTV_MAX_COMMAND DTV_CODE_RATE_LP |
273 | 276 | ||
274 | typedef enum fe_pilot { | 277 | typedef enum fe_pilot { |
275 | PILOT_ON, | 278 | PILOT_ON, |