Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sound/pcm/
Dmixer.c154 int dropmtx, acquiremtx; in mixer_set_softpcmvol() local
160 dropmtx = 1; in mixer_set_softpcmvol()
162 dropmtx = 0; in mixer_set_softpcmvol()
176 MIXER_SET_UNLOCK(m, dropmtx); in mixer_set_softpcmvol()
189 MIXER_SET_LOCK(m, dropmtx); in mixer_set_softpcmvol()
200 int tone, dropmtx, acquiremtx; in mixer_set_eq() local
213 dropmtx = 1; in mixer_set_eq()
215 dropmtx = 0; in mixer_set_eq()
229 MIXER_SET_UNLOCK(m, dropmtx); in mixer_set_eq()
241 MIXER_SET_LOCK(m, dropmtx); in mixer_set_eq()
[all …]