summaryrefslogtreecommitdiffstats
path: root/include/linux/dvb
diff options
context:
space:
mode:
authorDarron Broad2008-10-07 22:30:45 +0200
committerMauro Carvalho Chehab2008-10-13 16:28:49 +0200
commita52f68c648585ff615175269d8f6cbcbb08d7f4d (patch)
tree3862145e9d7eeed2f0dc6a06bc6c81dd763e95d8 /include/linux/dvb
parentV4L/DVB (9184): cx24116: Change the default SNR units back to percentage by d... (diff)
downloadkernel-qcow2-linux-a52f68c648585ff615175269d8f6cbcbb08d7f4d.tar.gz
kernel-qcow2-linux-a52f68c648585ff615175269d8f6cbcbb08d7f4d.tar.xz
kernel-qcow2-linux-a52f68c648585ff615175269d8f6cbcbb08d7f4d.zip
V4L/DVB (9185): S2API: Ensure we have a reasonable ROLLOFF default
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>
Diffstat (limited to 'include/linux/dvb')
-rw-r--r--include/linux/dvb/frontend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index e185627219e3..6e4ace270276 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -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;