mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	revert back one diff from changeset 2219 (fix various warnings)
This commit is contained in:
		
							parent
							
								
									57eb3145b8
								
							
						
					
					
						commit
						b223fbba23
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -142,9 +142,9 @@ static int snd_ctl_ext_elem_info(snd_ctl_t *handle, snd_ctl_elem_info_t *info)
 | 
			
		|||
		{
 | 
			
		||||
			int64_t xmin, xmax, xstep;
 | 
			
		||||
			ret = ext->callback->get_integer64_info(ext, key,
 | 
			
		||||
								(int64_t *)&xmin,
 | 
			
		||||
								(int64_t *)&xmax,
 | 
			
		||||
								(int64_t *)&xstep);
 | 
			
		||||
								&xmin,
 | 
			
		||||
								&xmax,
 | 
			
		||||
								&xstep);
 | 
			
		||||
			info->value.integer64.min = xmin;
 | 
			
		||||
			info->value.integer64.max = xmax;
 | 
			
		||||
			info->value.integer64.step = xstep;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue