projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b40d29e
)
V4L/DVB (9185): S2API: Ensure we have a reasonable ROLLOFF default
author
Darron Broad
<darron@kewl.org>
Tue, 7 Oct 2008 20:30:45 +0000
(17:30 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 13 Oct 2008 14:28:49 +0000
(12:28 -0200)
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>
include/linux/dvb/frontend.h
patch
|
blob
|
history
diff --git
a/include/linux/dvb/frontend.h
b/include/linux/dvb/frontend.h
index
e185627
..
6e4ace2
100644
(file)
--- 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;