Name

snd_info_create_card_entry — create an info entry for the given card

Synopsis

snd_info_entry_t * snd_info_create_card_entry (snd_card_t *  card,
 const char *  name,
 snd_info_entry_t *  parent);

Arguments

card

the card instance

name

the file name

parent

the parent directory

Description

Creates a new info entry and assigns it to the given card.

Returns the pointer of the new instance, or NULL on failure.