Home
last modified time | relevance | path

Searched defs:audio_swpar (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/sys/
H A Daudioio.h50 struct audio_swpar { struct
51 unsigned int sig; /* if 1, encoding is signed */
52 unsigned int le; /* if 1, encoding is little-endian */
53 unsigned int bits; /* bits per sample */
54 unsigned int bps; /* bytes per sample */
55 unsigned int msb; /* if 1, bits are msb-aligned */
56 unsigned int rate; /* common play & rec sample rate */
57 unsigned int pchan; /* play channels */
58 unsigned int rchan; /* rec channels */
60 unsigned int round; /* common frames per block */
[all …]