snd_refcount_init
void snd_refcount_init(struct snd_refcount *ref);
snd_refcount_init(&card->power_ref);
EXPORT_SYMBOL_GPL(snd_refcount_init);
snd_refcount_init(&cable->stop_count);
snd_refcount_init(&codec->pcm_ref); /* reset refcount */
snd_refcount_init(&codec->pcm_ref);
snd_refcount_init(&chip->usage_count);