mirror of
				https://github.com/DigitalDevices/dddvb.git
				synced 2025-03-01 10:35:23 +00:00 
			
		
		
		
	change first MCI id value and use seperate ids for each type of MCI card
This commit is contained in:
		| @@ -303,7 +303,6 @@ struct ddb_port { | ||||
| #define DDB_CI_EXTERNAL_XO2_B    13 | ||||
| #define DDB_TUNER_DVBS_STV0910_PR 14 | ||||
| #define DDB_TUNER_DVBC2T2I_SONY_P 15 | ||||
| #define DDB_TUNER_MCI            16 | ||||
|  | ||||
| #define DDB_TUNER_XO2            32 | ||||
| #define DDB_TUNER_DVBS_STV0910   (DDB_TUNER_XO2 + 0) | ||||
| @@ -313,6 +312,10 @@ struct ddb_port { | ||||
| #define DDB_TUNER_ATSC_ST        (DDB_TUNER_XO2 + 4) | ||||
| #define DDB_TUNER_DVBC2T2I_SONY  (DDB_TUNER_XO2 + 5) | ||||
|  | ||||
| #define DDB_TUNER_MCI            48 | ||||
| #define DDB_TUNER_MCI_SX8       (DDB_TUNER_MCI + 0) | ||||
| #define DDB_TUNER_MCI_M4        (DDB_TUNER_MCI + 1) | ||||
|  | ||||
| 	struct ddb_input      *input[2]; | ||||
| 	struct ddb_output     *output; | ||||
| 	struct dvb_ca_en50221 *en; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user