do not get extra status data as default

This commit is contained in:
internal 2023-12-13 19:03:18 +01:00
parent 4d0c806262
commit 85f8f5d2bd

View File

@ -310,7 +310,6 @@ void ddb_mci_proc_info(struct mci *mci, struct dtv_frontend_properties *p)
p->symbol_rate =
mci->signal_info.dvbs2_signal_info.symbol_rate;
switch (p->delivery_system) {
default:
case SYS_DVBS:
case SYS_DVBS2:
{
@ -364,6 +363,8 @@ void ddb_mci_proc_info(struct mci *mci, struct dtv_frontend_properties *p)
break;
case SYS_ISDBT:
break;
default:
break;
}
/* post is correct, we cannot provide both pre and post at the same time */
/* set pre and post the same for now */