Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/bit-rot/
H A Dsndio.h39 struct sio_par { struct
40 unsigned bits; /* bits per sample */
41 unsigned bps; /* bytes per sample */
42 unsigned sig; /* 1 = signed, 0 = unsigned */
43 unsigned le; /* 1 = LE, 0 = BE byte order */
44 unsigned msb; /* 1 = MSB, 0 = LSB aligned */
45 unsigned rchan; /* number channels for recording direction */
46 unsigned pchan; /* number channels for playback direction */
47 unsigned rate; /* frames per second */
48 unsigned bufsz; /* end-to-end buffer size */
[all …]