Commit 8f0bb9c0 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab

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: default avatarMichael Krufky <mkrufky@m1k.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent e0ad8486
...@@ -19,6 +19,7 @@ struct tuner_range { ...@@ -19,6 +19,7 @@ struct tuner_range {
struct tuner_params { struct tuner_params {
enum param_type type; enum param_type type;
unsigned int tda988x;
unsigned char config; /* to be moved into struct tuner_range for dvb-pll merge */ unsigned char config; /* to be moved into struct tuner_range for dvb-pll merge */
unsigned int count; unsigned int count;
...@@ -27,7 +28,6 @@ struct tuner_params { ...@@ -27,7 +28,6 @@ struct tuner_params {
struct tunertype { struct tunertype {
char *name; char *name;
unsigned int has_tda988x:1;
struct tuner_params *params; struct tuner_params *params;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment