[Bug 257082] Sound with Scarlett Solo 3rd intermittently cuts off for very short periods of milliseconds.
Date: Thu, 10 Mar 2022 08:35:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257082
--- Comment #42 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=99977369433de3eaec6907e51bcabc1dbb088628
commit 99977369433de3eaec6907e51bcabc1dbb088628
Author: Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2021-07-10 16:17:51 +0000
Commit: Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2022-03-10 08:29:19 +0000
Factor out repeated code in the USB controller drivers to avoid bugs
computing the same isochronous start frame number over and over again.
PR: 257082
Sponsored by: NVIDIA Networking
(cherry picked from commit 8fc2a3c41791b205a107dc2bec16ac7514a57958)
(cherry picked from commit f52783fcf5cc60734121d061beef0d4ea47b224a)
(cherry picked from commit cf48d1f77126d8de4c03c4dd7c8502be2b5f1954)
sys/dev/usb/controller/atmegadci.c | 37 +-------------
sys/dev/usb/controller/avr32dci.c | 37 +-------------
sys/dev/usb/controller/dwc_otg.c | 45 +----------------
sys/dev/usb/controller/ehci.c | 96 ++++++------------------------------
sys/dev/usb/controller/musb_otg.c | 42 +---------------
sys/dev/usb/controller/ohci.c | 33 +++----------
sys/dev/usb/controller/saf1761_otg.c | 70 ++------------------------
sys/dev/usb/controller/uhci.c | 41 +++------------
sys/dev/usb/controller/uss820dci.c | 35 +------------
sys/dev/usb/controller/xhci.c | 88 ++++++++++++---------------------
sys/dev/usb/usb_transfer.c | 69 ++++++++++++++++++++++++++
sys/dev/usb/usb_transfer.h | 1 +
12 files changed, 142 insertions(+), 452 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.