Home
last modified time | relevance | path

Searched refs:CHN_FIRST (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/sys/dev/sound/pcm/
HDchannel.h184 #define CHN_FIRST(x, y) SLIST_FIRST(CHN_HEAD(x, y)) macro
220 if (CHN_FIRST(holder, list) == (elm)) { \
HDsound.c198 ch = CHN_FIRST(d, channels.pcm); in pcm_killchans()
HDdsp.c396 ch = CHN_FIRST(d, channels.pcm.opened); in dsp_open()
407 ch = CHN_FIRST(d, channels.pcm.opened); in dsp_open()