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 <cr...@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
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to