Lines Matching defs:sio_par
52 struct sio_par { struct
53 unsigned int bits; /* bits per sample */
54 unsigned int bps; /* bytes per sample */
55 unsigned int sig; /* 1 = signed, 0 = unsigned */
56 unsigned int le; /* 1 = LE, 0 = BE byte order */
57 unsigned int msb; /* 1 = MSB, 0 = LSB aligned */
58 unsigned int rchan; /* number channels for recording direction */
59 unsigned int pchan; /* number channels for playback direction */
60 unsigned int rate; /* frames per second */
61 unsigned int bufsz; /* end-to-end buffer size */
65 unsigned int xrun; /* what to do on overruns/underruns */
66 unsigned int round; /* optimal bufsz divisor */
67 unsigned int appbufsz; /* minimum buffer size */
68 int __pad[3]; /* for future use */
69 unsigned int __magic; /* for internal/debug purposes only */