From: Takashi Iwai <tiwai@suse.de>
To: linux-sound@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, Michal Pecio <michal.pecio@gmail.com>
Subject: [PATCH v2 0/3] ALSA: usb: Avoid embedded URBs
Date: Thu, 3 Sep 2026 18:04:36 +0200 [thread overview]
Message-ID: <20260903160458.1938392-1-tiwai@suse.de> (raw)
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
next reply other threads:[~2026-09-03 16:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-03 16:04 Takashi Iwai [this message]
2026-09-03 16:04 ` [PATCH v2 1/3] ALSA: usb: ua101: Avoid embedded URBs 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
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=20260903160458.1938392-1-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=michal.pecio@gmail.com \
/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