Query: snd_ctl_find_numid
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_CTL_FIND_NUMID(9) Sound Devices SND_CTL_FIND_NUMID(9)NAMEsnd_ctl_find_numid - find the control instance with the given number-idSYNOPSISstruct snd_kcontrol * snd_ctl_find_numid(struct snd_card * card, unsigned int numid);ARGUMENTScard the card instance numid the number-id to searchDESCRIPTIONFinds the control instance with the given number-id from the card. Returns the pointer of the instance if found, or NULL if not. The caller must down card->controls_rwsem before calling this function (if the race condition can happen).COPYRIGHTKernel Hackers Manual 2.6. July 2010 SND_CTL_FIND_NUMID(9)