lkml.org 
[lkml]   [2013]   [Dec]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.10 170/173] media: cx23885: Fix TeVii S471 regression since introduction of ts2020
    Date
    3.10-stable review patch.  If anyone has any objections, please let me know.

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

    From: Johannes Koch <johannes@ortsraum.de>

    commit b43ea8068d2090cb1e44632c8a938ab40d2c7419 upstream.

    Patch to make TeVii S471 cards use the ts2020 tuner, since ds3000 driver no
    longer contains tuning code.

    Signed-off-by: Johannes Koch <johannes@ortsraum.de>
    Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/media/pci/cx23885/cx23885-dvb.c | 4 ++++
    1 file changed, 4 insertions(+)

    --- a/drivers/media/pci/cx23885/cx23885-dvb.c
    +++ b/drivers/media/pci/cx23885/cx23885-dvb.c
    @@ -1249,6 +1249,10 @@ static int dvb_register(struct cx23885_t
    fe0->dvb.frontend = dvb_attach(ds3000_attach,
    &tevii_ds3000_config,
    &i2c_bus->i2c_adap);
    + if (fe0->dvb.frontend != NULL) {
    + dvb_attach(ts2020_attach, fe0->dvb.frontend,
    + &tevii_ts2020_config, &i2c_bus->i2c_adap);
    + }
    break;
    case CX23885_BOARD_PROF_8000:
    i2c_bus = &dev->i2c_bus[0];



    \
     
     \ /
      Last update: 2013-12-03 00:21    [W:2.330 / U:0.128 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site