ALSA project - the C library reference
|
Basic Soundcard Operations. More...
Functions | |
int | snd_card_load (int card) |
Try to load the driver for a card. | |
int | snd_card_next (int *rcard) |
Iterate over physical sound cards. | |
int | snd_card_get_index (const char *string) |
Convert a card string to the card index. | |
int | snd_card_get_name (int card, char **name) |
Obtain the card name. | |
int | snd_card_get_longname (int card, char **name) |
Obtain the card long name. | |
Basic Soundcard Operations.