The patch number 11234 was added via Mauro Carvalho Chehab <mche...@redhat.com>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Mauro Carvalho Chehab  <mche...@redhat.com>
merge: http://linuxtv.org/hg/~awalls/v4l-dvb


Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>


---

 linux/drivers/media/common/tuners/mxl5005s.c |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff -r d563d87c415a -r 2276e777f950 
linux/drivers/media/common/tuners/mxl5005s.c
--- a/linux/drivers/media/common/tuners/mxl5005s.c      Thu Mar 26 22:15:48 
2009 -0300
+++ b/linux/drivers/media/common/tuners/mxl5005s.c      Thu Mar 26 22:17:48 
2009 -0300
@@ -4005,12 +4005,11 @@ static int mxl5005s_set_params(struct dv
        /* Change tuner for new modulation type if reqd */
        if (req_mode != state->current_mode) {
                switch (req_mode) {
-               case VSB_8:
-               case QAM_64:
-               case QAM_256:
-               case QAM_AUTO:
+               case MXL_ATSC:
+               case MXL_QAM:
                        req_bw  = MXL5005S_BANDWIDTH_6MHZ;
                        break;
+               case MXL_DVBT:
                default:
                        /* Assume DVB-T */
                        switch (params->u.ofdm.bandwidth) {


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/2276e777f950e5be2a4250602ebf57ea50ba75d7

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to