Skip to content

Commit f7c778f

Browse files
herrnstgregkh
authored andcommitted
dvb-frontends/cxd2841er: define symbol_rate_min/max in T/C fe-ops
commit 158f0328af86a99d64073851967a02694bff987d upstream. Fixes "w_scan -f c" complaining with This dvb driver is *buggy*: the symbol rate limits are undefined - please report to linuxtv.org) Signed-off-by: Daniel Scheller <d.scheller@gmx.net> Acked-by: Abylay Ospan <aospan@netup.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent e5a9ebb commit f7c778f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

drivers/media/dvb-frontends/cxd2841er.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2678,7 +2678,9 @@ static struct dvb_frontend_ops cxd2841er_dvbt_t2_ops = {
26782678
FE_CAN_MUTE_TS |
26792679
FE_CAN_2G_MODULATION,
26802680
.frequency_min = 42000000,
2681-
.frequency_max = 1002000000
2681+
.frequency_max = 1002000000,
2682+
.symbol_rate_min = 870000,
2683+
.symbol_rate_max = 11700000
26822684
},
26832685
.init = cxd2841er_init_tc,
26842686
.sleep = cxd2841er_sleep_tc,

0 commit comments

Comments
 (0)