All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] si2157: Fix DVB-C bandwidth.
@ 2014-07-22 11:09 Luis Alves
  2014-07-22 15:59 ` Matthias Schwarzott
  2014-07-22 16:10 ` Mauro Carvalho Chehab
  0 siblings, 2 replies; 6+ messages in thread
From: Luis Alves @ 2014-07-22 11:09 UTC (permalink / raw)
  To: linux-media; +Cc: crope, Luis Alves

This patch fixes DVB-C reception.
Without setting the bandwidth to 8MHz the received stream gets corrupted.

Regards,
Luis

Signed-off-by: Luis Alves <ljalvs@gmail.com>
---
 drivers/media/tuners/si2157.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/tuners/si2157.c b/drivers/media/tuners/si2157.c
index 6c53edb..e2de428 100644
--- a/drivers/media/tuners/si2157.c
+++ b/drivers/media/tuners/si2157.c
@@ -245,6 +245,7 @@ static int si2157_set_params(struct dvb_frontend *fe)
 			break;
 	case SYS_DVBC_ANNEX_A:
 			delivery_system = 0x30;
+			bandwidth = 0x08;
 			break;
 	default:
 			ret = -EINVAL;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-22 19:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-22 11:09 [PATCH] si2157: Fix DVB-C bandwidth Luis Alves
2014-07-22 15:59 ` Matthias Schwarzott
2014-07-22 16:10 ` Mauro Carvalho Chehab
2014-07-22 16:28   ` Luis Alves
2014-07-22 17:03     ` Mauro Carvalho Chehab
2014-07-22 19:12       ` Antti Palosaari

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.