mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
add NO_INPUT define and initialize input property to NO_INPUT
This commit is contained in:
parent
f7e8b25e02
commit
de27043d42
@ -973,6 +973,7 @@ static int dvb_frontend_clear_cache(struct dvb_frontend *fe)
|
|||||||
|
|
||||||
c->stream_id = NO_STREAM_ID_FILTER;
|
c->stream_id = NO_STREAM_ID_FILTER;
|
||||||
c->pls = NO_SCRAMBLING_CODE;
|
c->pls = NO_SCRAMBLING_CODE;
|
||||||
|
c->input = NO_INPUT;
|
||||||
|
|
||||||
switch (c->delivery_system) {
|
switch (c->delivery_system) {
|
||||||
case SYS_DVBS:
|
case SYS_DVBS:
|
||||||
|
@ -742,6 +742,7 @@ enum atscmh_rs_code_mode {
|
|||||||
#define NO_STREAM_ID_FILTER (~0U)
|
#define NO_STREAM_ID_FILTER (~0U)
|
||||||
#define NO_SCRAMBLING_CODE (~0U)
|
#define NO_SCRAMBLING_CODE (~0U)
|
||||||
#define LNA_AUTO (~0U)
|
#define LNA_AUTO (~0U)
|
||||||
|
#define NO_INPUT (~0U)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* enum fecap_scale_params - scale types for the quality parameters.
|
* enum fecap_scale_params - scale types for the quality parameters.
|
||||||
|
Loading…
Reference in New Issue
Block a user