projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3d3704
)
V4L/DVB (3364): disable all dvb tuner param_types until we need them
author
Michael Krufky
<mkrufky@m1k.net>
Fri, 13 Jan 2006 16:10:26 +0000
(14:10 -0200)
committer
Mauro Carvalho Chehab
<mchehab@brturbo.com.br>
Fri, 13 Jan 2006 16:10:26 +0000
(14:10 -0200)
- Add param_type dvbs2
- disable all dvb param_types, which will not
be needed until we merge dvb-pll.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
include/media/tuner-types.h
patch
|
blob
|
history
diff --git
a/include/media/tuner-types.h
b/include/media/tuner-types.h
index 9f6e4a98c40a6fb5131294a7d06e6d6d47d32d20..64b16b1f1926afaaedc79fdc80d81128ad13ffc2 100644
(file)
--- a/
include/media/tuner-types.h
+++ b/
include/media/tuner-types.h
@@
-9,11
+9,7
@@
enum param_type {
TUNER_PARAM_TYPE_RADIO, \
TUNER_PARAM_TYPE_PAL, \
TUNER_PARAM_TYPE_SECAM, \
- TUNER_PARAM_TYPE_NTSC, \
- TUNER_PARAM_TYPE_ATSC, \
- TUNER_PARAM_TYPE_DVBT, \
- TUNER_PARAM_TYPE_DVBS, \
- TUNER_PARAM_TYPE_DVBC
+ TUNER_PARAM_TYPE_NTSC
};
struct tuner_range {