Commit a52f68c6 authored by Darron Broad's avatar Darron Broad Committed by Mauro Carvalho Chehab

V4L/DVB (9185): S2API: Ensure we have a reasonable ROLLOFF default

Non-initialised cache values get a reasonble default.
Signed-off-by: default avatarDarron Broad <darron@kewl.org>
Signed-off-by: default avatarSteven Toth <stoth@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent b40d29e0
...@@ -284,9 +284,9 @@ typedef enum fe_pilot { ...@@ -284,9 +284,9 @@ typedef enum fe_pilot {
} fe_pilot_t; } fe_pilot_t;
typedef enum fe_rolloff { typedef enum fe_rolloff {
ROLLOFF_35, /* Implied value in DVB-S, default for DVB-S2 */
ROLLOFF_20, ROLLOFF_20,
ROLLOFF_25, ROLLOFF_25,
ROLLOFF_35,
ROLLOFF_AUTO, ROLLOFF_AUTO,
} fe_rolloff_t; } fe_rolloff_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment