Linux Sound subsystem development
 help / color / mirror / Atom feed
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 0/3] ALSA: usb: Avoid embedded URBs
Date: Thu,  3 Sep 2026 16:56:42 +0200	[thread overview]
Message-ID: <20260903145648.1914352-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.
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


             reply	other threads:[~2026-09-03 14:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-03 14:56 Takashi Iwai [this message]
2026-09-03 14:56 ` [PATCH 1/3] ALSA: usb: ua101: Avoid embedded URBs 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

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=20260903145648.1914352-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