mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-07 15:01:44 +00:00
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>
This commit is contained in:
parent
cc7d705e7a
commit
a4de91be46
2 changed files with 36 additions and 1 deletions
|
@ -268,8 +268,11 @@ struct dvb_frontend_event {
|
|||
#define DTV_DELIVERY_SYSTEM 17
|
||||
|
||||
#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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue