aboutsummaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@m1k.net>2006-01-15 12:46:18 -0200
committerMauro Carvalho Chehab <mchehab@brturbo.com.br>2006-01-15 21:24:34 -0200
commit8f0bb9c069fc487dadebe4cdd1e03f0df5ebf0e6 (patch)
tree2c25c293b630518df67925368b00f3e94d1f7960 /include/media
parente0ad8486266c3415ab9c17f5c03c47edc7b93d7b (diff)
V4L/DVB (3383): Move tda988x options into tuner_params struct.
- Tda988x parameters should be defined per tuner_param_type, for each tuner_params array member. Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/tuner-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/tuner-types.h b/include/media/tuner-types.h
index 64b16b1f192..75669318899 100644
--- a/include/media/tuner-types.h
+++ b/include/media/tuner-types.h
@@ -19,6 +19,7 @@ struct tuner_range {
struct tuner_params {
enum param_type type;
+ unsigned int tda988x;
unsigned char config; /* to be moved into struct tuner_range for dvb-pll merge */
unsigned int count;
@@ -27,7 +28,6 @@ struct tuner_params {
struct tunertype {
char *name;
- unsigned int has_tda988x:1;
struct tuner_params *params;
};