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

/illumos-gate/usr/src/uts/common/sys/audio/
H A Daudio_common.h45 typedef struct audio_client audio_client_t;
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_impl.h35 #include "audio_client.h"
158 * struct audio_client: This structure represents a logical port,
162 struct audio_client { struct
459 /* audio_client.c */
H A Daudio_client.c897 list_create(&auimpl_clients, sizeof (struct audio_client),
898 offsetof(struct audio_client, c_global_linkage));
H A Daudio_engine.c89 list_create(&d->d_clients, sizeof (struct audio_client),
90 offsetof(struct audio_client, c_dev_linkage));

Completed in 67 milliseconds