mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Removed Capture Source exceptions. Renamed snd_hctl_elem_get_handle
This commit is contained in:
		
							parent
							
								
									cba5c929ec
								
							
						
					
					
						commit
						db53ac9b41
					
				
					 3 changed files with 2 additions and 20 deletions
				
			
		| 
						 | 
				
			
			@ -552,7 +552,7 @@ int snd_hctl_elem_write(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value)
 | 
			
		|||
	return snd_ctl_elem_write(elem->hctl->ctl, value);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
snd_hctl_t *snd_hctl_elem_get_handle(snd_hctl_elem_t *elem)
 | 
			
		||||
snd_hctl_t *snd_hctl_elem_get_hctl(snd_hctl_elem_t *elem)
 | 
			
		||||
{
 | 
			
		||||
	assert(elem);
 | 
			
		||||
	return elem->hctl;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue