diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-10-06 20:55:46 -0400 |
---|---|---|
committer | Steven Toth <stoth@linuxtv.org> | 2008-10-06 20:55:46 -0400 |
commit | 3a13c060ab3b0907e4749fa6914a3ddbeba1c0a6 (patch) | |
tree | 03221442481f25c74b98212158ef558b8514a6b1 /linux/include | |
parent | 35dfa5543c3557464747e67b89107fc28f902b47 (diff) | |
download | mediapointer-dvb-s2-3a13c060ab3b0907e4749fa6914a3ddbeba1c0a6.tar.gz mediapointer-dvb-s2-3a13c060ab3b0907e4749fa6914a3ddbeba1c0a6.tar.bz2 |
S2API: Added support for DTV_CODE_RATE_HP/LP
From: Steven Toth <stoth@linuxtv.org>
Reports from users that using the new API for tuning DTV was failing,
and the cache was missing some essential items.
Priority: normal
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/dvb/frontend.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linux/include/linux/dvb/frontend.h b/linux/include/linux/dvb/frontend.h index bd3d104ac..2dba65a58 100644 --- a/linux/include/linux/dvb/frontend.h +++ b/linux/include/linux/dvb/frontend.h @@ -299,8 +299,11 @@ struct dvb_frontend_event { #define DTV_ISDB_LAYERC_TIME_INTERLEAVING 34 #endif #define DTV_API_VERSION 35 +#define DTV_API_VERSION 35 +#define DTV_CODE_RATE_HP 36 +#define DTV_CODE_RATE_LP 37 -#define DTV_MAX_COMMAND DTV_API_VERSION +#define DTV_MAX_COMMAND DTV_CODE_RATE_LP typedef enum fe_pilot { PILOT_ON, |