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