Searched refs:auclnt_output_stream (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c483 osp = auclnt_output_stream(c);
617 (void) auclnt_set_rate(auclnt_output_stream(c), rate);
618 *ratep = auclnt_get_rate(auclnt_output_stream(c));
647 (void) auclnt_set_format(auclnt_output_stream(c), fmt);
657 fmt = auclnt_get_format(auclnt_output_stream(c));
703 (void) auclnt_set_channels(auclnt_output_stream(c),
714 nchan = auclnt_get_channels(auclnt_output_stream(c));
745 audio_stream_t *sp = auclnt_output_stream(c);
790 if (!auclnt_is_paused(auclnt_output_stream(c))) {
816 sp = auclnt_output_stream(
[all...]
H A Daudio_client.h111 audio_stream_t *auclnt_output_stream(audio_client_t *);
H A Daudio_sun.c397 audio_stream_t *sp = auclnt_output_stream(c);
578 sp = auclnt_output_stream(c);
810 sp = auclnt_output_stream(proc->p_writer);
1009 tail = auclnt_get_tail(auclnt_output_stream(c));
1112 auclnt_stop(auclnt_output_stream(c));
1293 auclnt_flush(auclnt_output_stream(c));
1366 sp = auclnt_output_stream(c);
H A Daudio_client.c172 auclnt_output_stream(audio_client_t *c) function

Completed in 277 milliseconds