mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
patch by Iprium:
fix SYS_DVBC2 in dvbv3_type() add SYS_DVBC2 case in dvbv3_type() function to return correct DVBV3_OFDM result instead of DVBV3_UNKNOWN. now driver locks correct to DVB-C2 modulator.
This commit is contained in:
parent
1c22a07eaa
commit
872f99fbbe
@ -212,6 +212,7 @@ static enum dvbv3_emulation_type dvbv3_type(u32 delivery_system)
|
||||
case SYS_DVBT2:
|
||||
case SYS_ISDBT:
|
||||
case SYS_DTMB:
|
||||
case SYS_DVBC2:
|
||||
return DVBV3_OFDM;
|
||||
case SYS_ATSC:
|
||||
case SYS_ATSCMH:
|
||||
|
Loading…
Reference in New Issue
Block a user