[PATCH v2 0/3] ALSA: usb: Avoid embedded URBs
From: Takashi Iwai
Date: Thu Sep 03 2026 - 12:15:47 EST
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