Name

snd_card_unref — release the reference counter

Synopsis

void fsfuncsnd_card_unref (struct snd_card * card);
 

Arguments

card

the card instance

Description

Decrements the reference counter. When it reaches to zero, wake up the sleeper and call the destructor if needed.