Home
last modified time | relevance | path

Searched refs:SND_CLONE_ENABLE (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/sound/
Dclone.h64 #define SND_CLONE_ENABLE 0x00000001 macro
78 #define SND_CLONE_MASK (SND_CLONE_ENABLE | SND_CLONE_GC_MASK | \
131 (snd_clone_getflags(x) & SND_CLONE_ENABLE))
Dclone.c225 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()