Skip to content

Commit

Permalink
V4L/DVB (9185): S2API: Ensure we have a reasonable ROLLOFF default
Browse files Browse the repository at this point in the history
Non-initialised cache values get a reasonble default.

Signed-off-by: Darron Broad <darron@kewl.org>
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Darron Broad authored and Mauro Carvalho Chehab committed Oct 13, 2008
1 parent b40d29e commit a52f68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/dvb/frontend.h
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ typedef enum fe_pilot {
} fe_pilot_t;

typedef enum fe_rolloff {
ROLLOFF_35, /* Implied value in DVB-S, default for DVB-S2 */
ROLLOFF_20,
ROLLOFF_25,
ROLLOFF_35,
ROLLOFF_AUTO,
} fe_rolloff_t;

Expand Down

0 comments on commit a52f68c

Please sign in to comment.