[mythtv-commits] Ticket #12638: Switch to using DVB APIv5

MythTV noreply at mythtv.org
Thu Mar 7 16:29:49 UTC 2019


#12638: Switch to using DVB APIv5
---------------------------------+-----------------------------
 Reporter:  Stuart Auchterlonie  |          Owner:  Mark Spieth
     Type:  Developer Task       |         Status:  assigned
 Priority:  minor                |      Milestone:  31.0
Component:  MythTV - DVB         |        Version:  Master Head
 Severity:  medium               |     Resolution:
 Keywords:                       |  Ticket locked:  0
---------------------------------+-----------------------------

Comment (by stefanb2):

 For anybody who encounters the same problem with multi-delivery-system DVB
 frontends, here is a quick & dirty solution I have now taken into use:
 commenting out the DVB-T names from the list of delivery systems in the
 si2168.c Linux kernel module. I.e. the frontend will now only announce
 DVB-C support and mythtv 0.30 is able to use it again.

 {{{
 --- a/drivers/media/dvb-frontends/si2168.c
 +++ b/drivers/media/dvb-frontends/si2168.c
 @@ -680,7 +680,7 @@ static int si2168_deselect(struct i2c_mux_core *muxc,
 u32 chan)
  }

  static const struct dvb_frontend_ops si2168_ops = {
 -       .delsys = {SYS_DVBT, SYS_DVBT2, SYS_DVBC_ANNEX_A},
 +       .delsys = {/*SYS_DVBT, SYS_DVBT2,*/ SYS_DVBC_ANNEX_A},
         .info = {
                 .name = "Silicon Labs Si2168",
                 .symbol_rate_min = 1000000,
 }}}

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/12638#comment:25>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list