From c8ca1560435fc794741898345a9241a1bdc5b407 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sun, 15 Jan 2006 14:46:18 +0000 Subject: 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 --- linux/include/media/tuner-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux') diff --git a/linux/include/media/tuner-types.h b/linux/include/media/tuner-types.h index 68408c9fe..73410a62c 100644 --- a/linux/include/media/tuner-types.h +++ b/linux/include/media/tuner-types.h @@ -29,6 +29,7 @@ struct tuner_range { struct tuner_params { enum param_type type; + unsigned int tda988x; #if 0 /* to be used when we merge dvb-pll */ u32 min; u32 max; @@ -46,7 +47,6 @@ struct tuner_params { struct tunertype { char *name; - unsigned int has_tda988x:1; struct tuner_params *params; }; -- cgit v1.2.3