[PATCH v2 0/3] ALSA: usb: Avoid embedded URBs

Takashi Iwai posted 3 patches 3 weeks, 1 day ago
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(-)
[PATCH v2 0/3] ALSA: usb: Avoid embedded URBs
Posted by Takashi Iwai 3 weeks, 1 day ago
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