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

/openbsd-current/lib/libsndio/
H A Dsioctl_sun.c49 int mute_val; /* per channel state of mute control */ member in struct:volume
210 if (vol->mute_val == val) {
214 vol->mute_val = val;
276 vol->mute_val = val;
306 if (vol->mute_val == val)
308 vol->mute_val = val;

Completed in 111 milliseconds