Man page 9 : snd_ctl_find_id 
 
		"SND_CTL_FIND_ID" "9" "August 2013" "Kernel Hackers Manual 3.10" "Control/Mixer API"
		
			Page d'accueil du man 
		
		
		Cette page de documentation est issue d'une conversion automatique de developpez.com. 
		Les traductions proviennent des sites Debian , Linux Kernel  et du projet Perkamon . 
		N'hésitez pas à laisser vos suggestions, avis ou commentaires : 12 commentaires   .
		
	Article lu    fois.
 
		
		1.  NAME▲  
			
			snd_ctl_find_id - find the control instance with the given id 
		 
		
		2.  SYNOPSIS ▲  
			
			struct snd_kcontrol * snd_ctl_find_id(struct snd_card *  card , struct snd_ctl_elem_id *  id );  
		 
		
		3.  ARGUMENTS ▲  
			
			card       the card instance 
			id       the id to search 
		 
		
		4.  DESCRIPTION ▲  
			
			Finds the control instance with the given id from the card. 
			The caller must down card->controls_rwsem before calling this function (if the race condition can happen). 
		 
		
		5.  RETURN ▲  
			
			The pointer of the instance if found, or NULL  if not. 
		 
		
		6.  COPYRIGHT ▲  
	  
 
 
		
	 
 
 
Le contenu de cet article est rédigé par Developpez.com et est mis à disposition selon les termes de la
Licence Creative Commons Attribution 3.0 non transposé .
 Les logos Developpez.com, en-tête, pied de page, css, et look & feel de l'article sont Copyright © 2013 Developpez.com.