From: bugzilla-daemon@kernel.org
To: linux-usb@vger.kernel.org
Subject: [Bug 220307] USB cannot submit urb disconnecting sound card
Date: Tue, 22 Jul 2025 06:27:17 +0000 [thread overview]
Message-ID: <bug-220307-208809-akvCwuCfx7@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-220307-208809@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=220307
Niklas Neronin (niklas.neronin@gmail.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |niklas.neronin@gmail.com
--- Comment #1 from Niklas Neronin (niklas.neronin@gmail.com) ---
(In reply to Evgenii from comment #0)
> Just got an error that looks like that in dmesg. Not sure what made it such,
> just using sound card with Pipewire on 192000 Hz, 53 samples quantization.
> This leads to about 0,275 ms delay while preparation of node to play sound
> takes about 0,250 ms when VLC starts playing a video. Pw-top reports about
> 0,3 ms delay in Busy field if that matters. With 64 samples there was no
> issues with preparing the node to start playing and had no conflict with
> hardware using standard Arch kernel 6.15-4-arch2-1. So seems this is a USB
> bug when sound card drops off and gets up stopping playback of sound while
> video goes further.
>
> [ 321.031944] usb 1-9: USB disconnect, device number 4
> [ 321.032030] xhci_hcd 0000:00:14.0: Event dma 0x000000015a8ee570 for ep 5
> status 1 not part of TD at 000000015a8ee580 - 000000015a8ee580
> [ 321.032032] xhci_hcd 0000:00:14.0: Ring seg 0 dma 0x000000015a8ee000
> [ 321.032033] xhci_hcd 0000:00:14.0: Ring seg 1 dma 0x000000015a8ef000
Looks like the we receive a Transfer Event with Transfer Event with a
completion
status of "Success," but its corresponding TD is no longer in the driver's
internal list.
> [ 321.032037] usb 1-9: cannot submit urb (err = -19)
USB-audio driver can still submit URBs while the device is being disconnected,
resulting in this harmless error message.
It's hard to tell from this short log what may be causing this issue.
The root cause probably occurred before this snippet.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
next prev parent reply other threads:[~2025-07-22 6:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-02 18:01 [Bug 220307] New: USB cannot submit urb disconnecting sound card bugzilla-daemon
2025-07-22 6:27 ` bugzilla-daemon [this message]
2025-07-22 13:59 ` [Bug 220307] " bugzilla-daemon
2025-07-24 5:22 ` bugzilla-daemon
2025-07-24 7:54 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-220307-208809-akvCwuCfx7@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@kernel.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox