Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ALSA: usb: Avoid embedded URBs
@ 2026-09-03 16:04 Takashi Iwai
  2026-09-03 16:04 ` [PATCH v2 1/3] ALSA: usb: ua101: " Takashi Iwai
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Takashi Iwai @ 2026-09-03 16:04 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.

This is a revised patch series to convert those 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 |  42 +++++++++-----
 sound/usb/6fire/comm.h |   2 +-
 sound/usb/6fire/midi.c |  43 +++++++++-----
 sound/usb/6fire/midi.h |   2 +-
 sound/usb/6fire/pcm.c  | 128 ++++++++++++++++++++++++-----------------
 sound/usb/6fire/pcm.h  |   5 +-
 sound/usb/hiface/pcm.c |  44 +++++++-------
 sound/usb/misc/ua101.c | 102 ++++++++++++++++----------------
 8 files changed, 213 insertions(+), 155 deletions(-)

-- 
2.55.0


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

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

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

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