Date: Sun, 26 Apr 2026 14:20:39 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 294814] snd_uaudio: USB Quirk and patch for SND_UAUDIO for ROLAND UA33 (Tri-Capture) USB DAC Message-ID: <bug-294814-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294814 Bug ID: 294814 Summary: snd_uaudio: USB Quirk and patch for SND_UAUDIO for ROLAND UA33 (Tri-Capture) USB DAC Product: Base System Version: 15.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: raggen@raggens.net Hello, This is to make Roland UA33 (Tri-Capture) work on 15-RELEASE. 3 files needs to be patched and then kernel rebuilt and installed. These are the files and changes. I will add 3 patch files. Code /usr/src/sys/dev/usb/usbdevs: product ROLAND UA33 0x0132 UA-33 Audio I/F Code /usr/src/sys/dev/usb/quirk/usb_quirk.c: USB_QUIRK(ROLAND, UA33, UQ_AU_VENDOR_CLASS), Code/usr/src/sys/dev/sound/usb/uaudio.c: if (uaa->info.idVendor == 0x0582 && uaa->info.idProduct== 0x0132) return (BUS_PROBE_GENERIC); And of course make buildkernel and remember to make installkernel as well. This was solved with input from the usb mailing list and from the forum. /Roger -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-294814-227>
