mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
do not get extra status data as default
This commit is contained in:
parent
4d0c806262
commit
85f8f5d2bd
@ -310,7 +310,6 @@ void ddb_mci_proc_info(struct mci *mci, struct dtv_frontend_properties *p)
|
|||||||
p->symbol_rate =
|
p->symbol_rate =
|
||||||
mci->signal_info.dvbs2_signal_info.symbol_rate;
|
mci->signal_info.dvbs2_signal_info.symbol_rate;
|
||||||
switch (p->delivery_system) {
|
switch (p->delivery_system) {
|
||||||
default:
|
|
||||||
case SYS_DVBS:
|
case SYS_DVBS:
|
||||||
case SYS_DVBS2:
|
case SYS_DVBS2:
|
||||||
{
|
{
|
||||||
@ -364,6 +363,8 @@ void ddb_mci_proc_info(struct mci *mci, struct dtv_frontend_properties *p)
|
|||||||
break;
|
break;
|
||||||
case SYS_ISDBT:
|
case SYS_ISDBT:
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
/* post is correct, we cannot provide both pre and post at the same time */
|
/* post is correct, we cannot provide both pre and post at the same time */
|
||||||
/* set pre and post the same for now */
|
/* set pre and post the same for now */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user