[mythtv-commits] [MythTV/mythtv] 82a59c: Use ca0 when frontend1 is in use but no ca1 is ava...

kmdewaal noreply at github.com
Tue Jul 2 08:05:53 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 82a59c12987386770118773dc2a9962e1003b920
      https://github.com/MythTV/mythtv/commit/82a59c12987386770118773dc2a9962e1003b920
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-07-02 (Tue, 02 Jul 2019)

  Changed paths:
    M mythtv/libs/libmythtv/cardutil.cpp

  Log Message:
  -----------
  Use ca0 when frontend1 is in use but no ca1 is available.

Multi-standard cards such as TBS9528 have two frontends,
frontend0 for DVB-T/T2/C and frontend1 for DVB-S/S2/DSS.
There is only one demux etc: demux0, dvr0 and ca0.
When frontend1 is selected then demux0/dvr0/ca0 should
be used with that frontend.
This has been fixed in ticket #13052 for demux0 and dvr0
but not yet for ca0.
This fix selects ca0 when ca<x> for frontend<x> is not
available, similar to what is done for demux and dvr.

Refs #13052




More information about the mythtv-commits mailing list