snd_card_unref(9) release the reference counter

SYNOPSIS

void snd_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.

COPYRIGHT