Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h429 #define CHN_DIRSTR(c) (((c)->direction == PCMDIR_PLAY) ? \ macro
H A Dchannel.c382 CHN_DIRSTR(c), hwptr, old, delta, amt, in chn_dmaupdate()
707 "i=%d j=%d\n", __func__, CHN_DIRSTR(c), in chn_start()
733 "VCHAN PARENT" : "HW", CHN_DIRSTR(c), in chn_start()
2100 __func__, CHN_DIRSTR(c), in chn_resizebuf()
H A Dfeeder_chain.c686 __func__, CHN_DIRSTR(c), c->format, softfmt); in feeder_chain()