| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) | 
|  | This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. | 
Find the long name for a given card number
#include <sys/asoundlib.h>
int snd_card_get_longname ( int card,
                            char *name,
                            size_t size );
libasound.so
The snd_card_get_longname() function gets the long name 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_name(), snd_card_get_name()
| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) |