audio_client
list_create(&auimpl_clients, sizeof (struct audio_client),
offsetof(struct audio_client, c_global_linkage));
list_create(&d->d_clients, sizeof (struct audio_client),
offsetof(struct audio_client, c_dev_linkage));
typedef struct audio_client audio_client_t;