snd_refcount
struct snd_refcount power_ref;
void snd_refcount_init(struct snd_refcount *ref);
static inline void snd_refcount_get(struct snd_refcount *ref)
void snd_refcount_put(struct snd_refcount *ref);
void snd_refcount_sync(struct snd_refcount *ref);
struct snd_refcount pcm_ref;
void snd_refcount_init(struct snd_refcount *ref)
void snd_refcount_put(struct snd_refcount *ref)
void snd_refcount_sync(struct snd_refcount *ref)
struct snd_refcount stop_count;
struct snd_refcount usage_count;