Re: [PATCH 0/3] ALSA: usb: Avoid embedded URBs
From: Takashi Iwai
Date: Thu Sep 03 2026 - 12:08:37 EST
On Thu, 03 Sep 2026 16:56:42 +0200,
Takashi Iwai wrote:
>
> 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().
It turned out that 6fire patch had a serious mistake about copying the
data. Will be fixed in v2.
Also, I cleaned up the resource release code in hiface driver in v2,
too, for avoiding silly mistakes.
Takashi