mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-08 07:21:27 +00:00
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>
This commit is contained in:
parent
a4de91be46
commit
b87625f0cc
2 changed files with 35 additions and 1 deletions
|
@ -271,8 +271,10 @@ struct dvb_frontend_event {
|
|||
#define DTV_API_VERSION 35
|
||||
#define DTV_CODE_RATE_HP 36
|
||||
#define DTV_CODE_RATE_LP 37
|
||||
#define DTV_GUARD_INTERVAL 38
|
||||
#define DTV_TRANSMISSION_MODE 39
|
||||
|
||||
#define DTV_MAX_COMMAND DTV_CODE_RATE_LP
|
||||
#define DTV_MAX_COMMAND DTV_TRANSMISSION_MODE
|
||||
|
||||
typedef enum fe_pilot {
|
||||
PILOT_ON,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue