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.h34 typedef struct audio_client_ops { struct
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) {
1501 audio_client_ops[minor] = ops;
1515 if ((ops = audio_client_ops[i]) == NULL)
1560 if ((ops = audio_client_ops[i]) == NULL)
H A Daudio_sun.c1429 static struct audio_client_ops devaudio_ops = {
1448 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 = {

Completed in 58 milliseconds