lkml.org 
[lkml]   [2011]   [Nov]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[121/262] [media] tuner_xc2028: Allow selection of the frequency adjustment code for XC3028
    3.0-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Mauro Carvalho Chehab <mchehab@redhat.com>

    commit 9bed77ee2fb46b74782d0d9d14b92e9d07f3df6e upstream.

    This device is not using the proper demod IF. Instead of using the
    IF macro, it is specifying a IF frequency. This doesn't work, as xc3028
    needs to load an specific SCODE for the tuner. In this case, there's
    no IF table for 5 MHz.

    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/media/video/cx23885/cx23885-dvb.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/media/video/cx23885/cx23885-dvb.c
    +++ b/drivers/media/video/cx23885/cx23885-dvb.c
    @@ -843,7 +843,7 @@ static int dvb_register(struct cx23885_t
    static struct xc2028_ctrl ctl = {
    .fname = XC3028L_DEFAULT_FIRMWARE,
    .max_len = 64,
    - .demod = 5000,
    + .demod = XC3028_FE_DIBCOM52,
    /* This is true for all demods with
    v36 firmware? */
    .type = XC2028_D2633,



    \
     
     \ /
      Last update: 2011-11-10 04:31    [W:6.721 / U:0.064 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site