linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mxl5007t: bugfix DVB-T 7 MHz and 8 MHz bandwidth
@ 2012-01-10 17:31 Antti Palosaari
  0 siblings, 0 replies; only message in thread
From: Antti Palosaari @ 2012-01-10 17:31 UTC (permalink / raw)
  To: linux-media; +Cc: Mauro Carvalho Chehab

DVB-T did not work at all - only 6 MHz was working but it is not 
commonly used.
Fix it.

Signed-off-by: Antti Palosaari <crope@iki.fi>
---
  drivers/media/common/tuners/mxl5007t.c |    2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/media/common/tuners/mxl5007t.c 
b/drivers/media/common/tuners/mxl5007t.c
index 8f4899b..69e453e 100644
--- a/drivers/media/common/tuners/mxl5007t.c
+++ b/drivers/media/common/tuners/mxl5007t.c
@@ -644,8 +644,10 @@ static int mxl5007t_set_params(struct dvb_frontend *fe)
  			break;
  		case 7000000:
  			bw = MxL_BW_7MHz;
+			break;
  		case 8000000:
  			bw = MxL_BW_8MHz;
+			break;
  		default:
  			return -EINVAL;
  		}
-- 
1.7.4.4

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

only message in thread, other threads:[~2012-01-10 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-10 17:31 [PATCH] mxl5007t: bugfix DVB-T 7 MHz and 8 MHz bandwidth Antti Palosaari

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).