lkml.org 
[lkml]   [2014]   [Feb]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.13 066/120] media: anysee: fix non-working E30 Combo Plus DVB-T
    Date
    3.13-stable review patch.  If anyone has any objections, please let me know.

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

    From: Antti Palosaari <crope@iki.fi>

    commit c57f87e62368c33ebda11a4993380c8e5a19a5c5 upstream.

    PLL was attached twice to frontend0 leaving frontend1 without a tuner.
    frontend0 is DVB-C and frontend1 is DVB-T.

    Signed-off-by: Antti Palosaari <crope@iki.fi>
    Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/media/usb/dvb-usb-v2/anysee.c | 3 ++-
    1 file changed, 2 insertions(+), 1 deletion(-)

    --- a/drivers/media/usb/dvb-usb-v2/anysee.c
    +++ b/drivers/media/usb/dvb-usb-v2/anysee.c
    @@ -442,6 +442,7 @@ static struct cxd2820r_config anysee_cxd
    * IOD[0] ZL10353 1=enabled
    * IOE[0] tuner 0=enabled
    * tuner is behind ZL10353 I2C-gate
    + * tuner is behind TDA10023 I2C-gate
    *
    * E7 TC VID=1c73 PID=861f HW=18 FW=0.7 AMTCI=0.5 "anysee-E7TC(LP)"
    * PCB: 508TC (rev0.6)
    @@ -956,7 +957,7 @@ static int anysee_tuner_attach(struct dv

    if (fe && adap->fe[1]) {
    /* attach tuner for 2nd FE */
    - fe = dvb_attach(dvb_pll_attach, adap->fe[0],
    + fe = dvb_attach(dvb_pll_attach, adap->fe[1],
    (0xc0 >> 1), &d->i2c_adap,
    DVB_PLL_SAMSUNG_DTOS403IH102A);
    }



    \
     
     \ /
      Last update: 2014-02-11 22:41    [W:4.048 / U:0.116 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site