return actual modulation for DVB-C

This commit is contained in:
internal 2022-12-13 13:34:22 +01:00 committed by rjkm
parent 6ce49ed990
commit ee7c48e6ff
1 changed files with 2 additions and 0 deletions

View File

@ -342,6 +342,8 @@ void ddb_mci_proc_info(struct mci *mci, struct dtv_frontend_properties *p)
break;
}
case SYS_DVBC_ANNEX_A:
p->modulation =
mci->signal_info.dvbc_signal_info.constellation + 1;
break;
case SYS_DVBT:
break;