Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] ALSA: usb: Avoid embedded URBs
@ 2026-09-03 14:56 Takashi Iwai
  2026-09-03 14:56 ` [PATCH 1/3] ALSA: usb: ua101: " Takashi Iwai
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Takashi Iwai @ 2026-09-03 14:56 UTC (permalink / raw)
  To: linux-sound; +Cc: linux-kernel, Michal Pecio

As the recent fix for caiaq driver showed, some other USB drivers need
to be fixed for their use of embedded URBs, too.
In this patch series, those are converted to the dynamically allocated
ones via usb_alloc_urb().


Takashi

===

Takashi Iwai (3):
  ALSA: usb: ua101: Avoid embedded URBs
  ALSA: usb: hiface: Avoid embedded URBs
  ALSA: usb: 6fire: Avoid embedded URBs

 sound/usb/6fire/comm.c |  35 +++++++-----
 sound/usb/6fire/comm.h |   2 +-
 sound/usb/6fire/midi.c |  36 ++++++++-----
 sound/usb/6fire/midi.h |   2 +-
 sound/usb/6fire/pcm.c  | 120 +++++++++++++++++++++++------------------
 sound/usb/6fire/pcm.h  |   5 +-
 sound/usb/hiface/pcm.c |  22 ++++----
 sound/usb/misc/ua101.c | 102 ++++++++++++++++++-----------------
 8 files changed, 184 insertions(+), 140 deletions(-)

-- 
2.55.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-09-03 15:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-03 14:56 [PATCH 0/3] ALSA: usb: Avoid embedded URBs Takashi Iwai
2026-09-03 14:56 ` [PATCH 1/3] ALSA: usb: ua101: " Takashi Iwai
2026-09-03 14:56 ` [PATCH 2/3] ALSA: usb: hiface: " Takashi Iwai
2026-09-03 14:56 ` [PATCH 3/3] ALSA: usb: 6fire: " Takashi Iwai
2026-09-03 15:52 ` [PATCH 0/3] ALSA: usb: " Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox