Skip to content

Commit

Permalink
V4L/DVB (3383): Move tda988x options into tuner_params struct.
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 15, 2006
1 parent e0ad848 commit 8f0bb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/media/tuner-types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -27,7 +28,6 @@ struct tuner_params {

struct tunertype {
char *name;
unsigned int has_tda988x:1;
struct tuner_params *params;
};

Expand Down

0 comments on commit 8f0bb9c

Please sign in to comment.