Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Daudioio.h50 struct audio_prinfo { struct
54 uint_t sample_rate; /* samples per second */
55 uint_t channels; /* number of interleaved channels */
56 uint_t precision; /* bit-width of each sample */
57 uint_t encoding; /* data encoding method */
62 uint_t gain; /* gain level: 0 - 255 */
63 uint_t port; /* selected I/O port (see below) */
64 uint_t avail_ports; /* available I/O ports (see below) */
65 uint_t mod_ports; /* I/O ports that are modifiable (see below) */
89 typedef struct audio_prinfo audio_prinfo_t; argument