提交 ae4c8919 编写于 作者: A Antti Palosaari 提交者: 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: NAntti Palosaari <crope@iki.fi>
Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
上级 bffab93c
...@@ -155,7 +155,7 @@ static int si2157_set_params(struct dvb_frontend *fe) ...@@ -155,7 +155,7 @@ static int si2157_set_params(struct dvb_frontend *fe)
static const struct dvb_tuner_ops si2157_tuner_ops = { static const struct dvb_tuner_ops si2157_tuner_ops = {
.info = { .info = {
.name = "Silicon Labs Si2157", .name = "Silicon Labs Si2157",
.frequency_min = 174000000, .frequency_min = 110000000,
.frequency_max = 862000000, .frequency_max = 862000000,
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册