Name

snd_card_ref — Get the card object from the index

Synopsis

struct snd_card * snd_card_ref (int idx);
 

Arguments

idx

the card index

Description

Returns a card object corresponding to the given index or NULL if not found. Release the object via snd_card_unref.