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:
Ralph Metzler 2017-09-26 21:19:58 +02:00
parent 1c22a07eaa
commit 872f99fbbe
1 changed files with 1 additions and 0 deletions

View File

@ -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: