Skip to content

Commit

Permalink
V4L/DVB (3364): disable all dvb tuner param_types until we need them
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 13, 2006
1 parent b3d3704 commit c943aa8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions include/media/tuner-types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c943aa8

Please sign in to comment.