Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/
HDclone.c423 (!(ce->flags & SND_CLONE_INVOKE) || in snd_clone_gc()
426 ce->flags &= ~SND_CLONE_INVOKE; in snd_clone_gc()
486 ce->flags &= ~SND_CLONE_INVOKE; in snd_clone_acquire()
513 ce->flags &= ~SND_CLONE_INVOKE; in snd_clone_release()
606 ce->flags |= SND_CLONE_INVOKE; in snd_clone_register()
691 else if (!(ce->flags & SND_CLONE_INVOKE) && in snd_clone_alloc()
791 ce->flags |= SND_CLONE_INVOKE; in snd_clone_alloc()
HDclone.h91 #define SND_CLONE_INVOKE 0x00000002 macro
97 #define SND_CLONE_ALLOC (SND_CLONE_NEW | SND_CLONE_INVOKE | \