Home
last modified time | relevance | path

Searched refs:audio_client_ops (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_client.c71 static audio_client_ops_t *audio_client_ops[AUDIO_MN_TYPE_MASK + 1]; variable
1043 if ((ops = audio_client_ops[minor]) == NULL) { in auimpl_client_create()
1501 audio_client_ops[minor] = ops; in auclnt_register_ops()
1515 if ((ops = audio_client_ops[i]) == NULL) in auimpl_create_minors()
1560 if ((ops = audio_client_ops[i]) == NULL) in auimpl_remove_minors()
H A Daudio_client.h34 typedef struct audio_client_ops { struct
H A Daudio_sun.c1428 static struct audio_client_ops devaudio_ops = {
1447 static struct audio_client_ops devaudioctl_ops = {
H A Daudio_oss.c2548 static struct audio_client_ops oss_ops = {
2564 static struct audio_client_ops ossmix_ops = {
2583 static struct audio_client_ops sndstat_ops = {