Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/sound/pcm/
H A Dsound.h144 #define PCM_ALIVE(x) ((x) != NULL && (x)->lock != NULL && \ macro
146 #define PCM_REGISTERED(x) (PCM_ALIVE(x) && \
H A Dsound.c533 if (!PCM_ALIVE(d)) { in pcm_unregister()