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

/openbsd-current/lib/libsndio/
H A Dsioctl_sun.c48 int mute_idx; /* index of the mute control */ member in struct:volume
125 vol->mute_idx = initmute(hdl, &dev);
127 vol->nch, vol->mute_idx >= 0 ? "mute" : "no mute");
131 vol->level_idx = vol->mute_idx = -1;
208 if (vol->mute_idx >= 0 && addr >= 0 && addr < vol->nch) {
215 ctrl.dev = vol->mute_idx;
262 if (vol->mute_idx >= 0) {
263 ctrl.dev = vol->mute_idx;
292 if (idx == vol->mute_idx)
304 if (idx == vol->mute_idx) {
[all...]

Completed in 124 milliseconds