|
@@ -816,9 +816,9 @@ static int tda827x_initial_sleep(struct dvb_frontend *fe)
|
|
static const struct dvb_tuner_ops tda827xo_tuner_ops = {
|
|
static const struct dvb_tuner_ops tda827xo_tuner_ops = {
|
|
.info = {
|
|
.info = {
|
|
.name = "Philips TDA827X",
|
|
.name = "Philips TDA827X",
|
|
- .frequency_min = 55000000,
|
|
|
|
- .frequency_max = 860000000,
|
|
|
|
- .frequency_step = 250000
|
|
|
|
|
|
+ .frequency_min_hz = 55 * MHz,
|
|
|
|
+ .frequency_max_hz = 860 * MHz,
|
|
|
|
+ .frequency_step_hz = 250 * kHz
|
|
},
|
|
},
|
|
.release = tda827x_release,
|
|
.release = tda827x_release,
|
|
.init = tda827x_initial_init,
|
|
.init = tda827x_initial_init,
|
|
@@ -832,9 +832,9 @@ static const struct dvb_tuner_ops tda827xo_tuner_ops = {
|
|
static const struct dvb_tuner_ops tda827xa_tuner_ops = {
|
|
static const struct dvb_tuner_ops tda827xa_tuner_ops = {
|
|
.info = {
|
|
.info = {
|
|
.name = "Philips TDA827XA",
|
|
.name = "Philips TDA827XA",
|
|
- .frequency_min = 44000000,
|
|
|
|
- .frequency_max = 906000000,
|
|
|
|
- .frequency_step = 62500
|
|
|
|
|
|
+ .frequency_min_hz = 44 * MHz,
|
|
|
|
+ .frequency_max_hz = 906 * MHz,
|
|
|
|
+ .frequency_step_hz = 62500
|
|
},
|
|
},
|
|
.release = tda827x_release,
|
|
.release = tda827x_release,
|
|
.init = tda827x_init,
|
|
.init = tda827x_init,
|