mirror of
				https://github.com/DigitalDevices/dddvb.git
				synced 2025-03-01 10:35:23 +00:00 
			
		
		
		
	fix comparison for older cards
This commit is contained in:
		| @@ -378,7 +378,7 @@ int ddbridge_mod_output_start(struct ddb_output *output) | ||||
| 					   CHANNEL_CONTROL_CMD_SETUP)) | ||||
| 			return -EINVAL; | ||||
| 		mod->Control |= CHANNEL_CONTROL_ENABLE_DVB; | ||||
| 	} else if (dev->link[0].info->version == 1) { | ||||
| 	} else if (dev->link[0].info->version <= 1) { | ||||
| 		/* QAM: 600 601 602 903 604 = 16 32 64 128 256 */ | ||||
| 		/* ddbwritel(dev, 0x604, CHANNEL_SETTINGS(output->nr)); */ | ||||
| 		ddbwritel(dev, qamtab[mod->modulation], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user