[Bug 208791] USB audio playback issue

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 3 03:46:07 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208791

metsuke <metsuke at protonmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |metsuke at protonmail.com

--- Comment #5 from metsuke <metsuke at protonmail.com> ---
Perhaps this is the same issue that causes my Razer Megalodon (USB headset) to
constantly crackle as well.  It was nearly fixed by hselasky's suggestion: 
-----
Edit:

sys/dev/usb/usb_freebsd.h

And change:

#define USB_FS_ISOC_UFRAME_MAX 4 /* exclusive unit */

Into:

#define USB_FS_ISOC_UFRAME_MAX 5 /* exclusive unit */

Then re-build the kernel.
-----

There is still a crackle for 2 seconds every time a new audio stream starts,
but it goes away after that.  I thought the 11.0 upgrade would fix this, but I
still need a custom kernel.  If this is not the same issue, I'll open a new
one, thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-usb mailing list