All of lore.kernel.org
 help / color / mirror / Atom feed
* [git:media_tree/master] [media] dvb-frontends/cxd2841er: define symbol_rate_min/max in T/C fe-ops
@ 2017-04-18 15:10 Mauro Carvalho Chehab
  0 siblings, 0 replies; only message in thread
From: Mauro Carvalho Chehab @ 2017-04-18 15:10 UTC (permalink / raw)
  To: linuxtv-commits; +Cc: Daniel Scheller, Abylay Ospan, stable

This is an automatic generated email to let you know that the following patch were queued:

Subject: [media] dvb-frontends/cxd2841er: define symbol_rate_min/max in T/C fe-ops
Author:  Daniel Scheller <d.scheller@gmx.net>
Date:    Sun Mar 19 12:26:39 2017 -0300

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>
Cc: stable@vger.kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

 drivers/media/dvb-frontends/cxd2841er.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

---

diff --git a/drivers/media/dvb-frontends/cxd2841er.c b/drivers/media/dvb-frontends/cxd2841er.c
index 614bfb3740f1..ce37dc2e89c7 100644
--- a/drivers/media/dvb-frontends/cxd2841er.c
+++ b/drivers/media/dvb-frontends/cxd2841er.c
@@ -3852,7 +3852,9 @@ static struct dvb_frontend_ops cxd2841er_t_c_ops = {
 			FE_CAN_MUTE_TS |
 			FE_CAN_2G_MODULATION,
 		.frequency_min = 42000000,
-		.frequency_max = 1002000000
+		.frequency_max = 1002000000,
+		.symbol_rate_min = 870000,
+		.symbol_rate_max = 11700000
 	},
 	.init = cxd2841er_init_tc,
 	.sleep = cxd2841er_sleep_tc,

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-18 15:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-18 15:10 [git:media_tree/master] [media] dvb-frontends/cxd2841er: define symbol_rate_min/max in T/C fe-ops Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.