Commit ae4c8919 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab

[media] si2157: extend frequency range for DVB-C

DVB-C uses lower frequencies than DVB-T. Extend frequency range down to
110 MHz in order to support DVB-C. 110 - 862 MHz range is defined by
NorDig Unified 2.2 specification.
Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent bffab93c
......@@ -155,7 +155,7 @@ static int si2157_set_params(struct dvb_frontend *fe)
static const struct dvb_tuner_ops si2157_tuner_ops = {
.info = {
.name = "Silicon Labs Si2157",
.frequency_min = 174000000,
.frequency_min = 110000000,
.frequency_max = 862000000,
},
......
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