Home
last modified time | relevance | path

Searched refs:audio_stream (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/audio/
H A Daudio_common.h43 typedef struct audio_stream audio_stream_t;
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_impl.h71 struct audio_stream { struct
H A Daudio_engine.c223 list_create(&e->e_streams, sizeof (struct audio_stream), in audio_engine_alloc()
224 offsetof(struct audio_stream, s_eng_linkage)); in audio_engine_alloc()