Searched refs:SND_CLONE_ENABLE (Results 1 – 2 of 2) sorted by relevance
64 #define SND_CLONE_ENABLE 0x00000001 macro78 #define SND_CLONE_MASK (SND_CLONE_ENABLE | SND_CLONE_GC_MASK | \131 (snd_clone_getflags(x) & SND_CLONE_ENABLE))
225 if (c->flags & SND_CLONE_ENABLE) in snd_clone_enable()228 c->flags |= SND_CLONE_ENABLE; in snd_clone_enable()238 if (!(c->flags & SND_CLONE_ENABLE)) in snd_clone_disable()241 c->flags &= ~SND_CLONE_ENABLE; in snd_clone_disable()630 if (!(c->flags & SND_CLONE_ENABLE) || in snd_clone_alloc()