mirror of
				https://github.com/DigitalDevices/dddvb.git
				synced 2025-03-01 10:35:23 +00:00 
			
		
		
		
	remove accidentally committed test code
This commit is contained in:
		@@ -849,12 +849,10 @@ static int init_search_param(struct stv *state)
 | 
			
		||||
 | 
			
		||||
	read_reg(state, RSTV0910_P2_PDELCTRL1 + state->regoff, &tmp);
 | 
			
		||||
	tmp |= 0x20; // Filter_en (no effect if SIS=non-MIS
 | 
			
		||||
	tmp &= ~0x20; // Filter_en (no effect if SIS=non-MIS
 | 
			
		||||
	write_reg(state, RSTV0910_P2_PDELCTRL1 + state->regoff, tmp);
 | 
			
		||||
 | 
			
		||||
	read_reg(state, RSTV0910_P2_PDELCTRL2 + state->regoff, &tmp);
 | 
			
		||||
	tmp &= ~0x02; // frame mode = 0
 | 
			
		||||
	tmp |= 0x80; // frame mode = 0
 | 
			
		||||
	write_reg(state, RSTV0910_P2_PDELCTRL2 + state->regoff, tmp);
 | 
			
		||||
 | 
			
		||||
	write_reg(state, RSTV0910_P2_UPLCCST0 + state->regoff, 0xe0);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user