CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2020/04/24 15:34:00
Modified files: sys/dev/usb : uaudio.c Log message: Suffix per-channel non-numeric controls with channel number The audio(9) mixer API can't represent such per-channel controls with a single entry, so we've to expose one mixer entry (with an unique name) per control. Fixes name clashes on usb audio devices with per-channel mute controls.