CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2020/04/24 15:36:06
Modified files: sys/dev/usb : uaudio.c Log message: Skip "all-channels" controls if there are equivalend per-channel ones Hardware may expose per-channel controls and equivalent ones affecting all channels, which is redundant. In this case expose only the per-channel ones as they are more flexible.