![]()  | 
![]()  | 
![]()  | 
![]()  | 
![]()  | 
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. | 
Find the name for a given card number
#include <sys/asoundlib.h>
int snd_card_get_name( int card,
                       char *name,
                       size_t size );
libasound.so
The snd_card_get_name() function gets the common name that's associated with the given card number, and stores as much of the name as possible in the buffer pointed to by name.
Zero, or a negative error code.
QNX Neutrino
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | No | 
| Signal handler | Yes | 
| Thread | Yes | 
snd_card_get_longname(), snd_card_name()
![]()  | 
![]()  | 
![]()  | 
![]()  |