Searched refs:audio_client (Results 1 – 5 of 5) sorted by relevance
45 typedef struct audio_client audio_client_t;
162 struct audio_client { struct
89 list_create(&d->d_clients, sizeof (struct audio_client), in audio_dev_alloc()90 offsetof(struct audio_client, c_dev_linkage)); in audio_dev_alloc()
897 list_create(&auimpl_clients, sizeof (struct audio_client), in auimpl_client_init()898 offsetof(struct audio_client, c_global_linkage)); in auimpl_client_init()
446 AUDIO_OBJS += audio_client.o audio_ddi.o audio_engine.o \