Searched refs:AFMT_ALIGN (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dfeeder_matrix.c413 info->ialign = AFMT_ALIGN(info->in);
414 info->oalign = AFMT_ALIGN(info->out);
H A Dbuffer.c356 b->align = AFMT_ALIGN(b->fmt);
H A Dsound.h237 #define AFMT_ALIGN(v) (AFMT_BPS(v) * AFMT_CHANNEL(v)) macro

Completed in 61 milliseconds