mbox series

[0/2] ALSA: usb-audio: UAC2 effect unit parsing

Message ID 20200213112059.18745-1-tiwai@suse.de (mailing list archive)
Headers show
Series ALSA: usb-audio: UAC2 effect unit parsing | expand

Message

Takashi Iwai Feb. 13, 2020, 11:20 a.m. UTC
Hi,

UAC2 Effect Unit needs different parsing from Processing Unit and co,
and this patch set implements the partial support for that.

As it's the fix on top of the latest USB-audio fix, I'd like to apply
through sound git tree.  So please review and ack if USB header change
is OK.


thanks,

Takashi

===

Takashi Iwai (2):
  usb: audio-v2: Add uac2_effect_unit_descriptor definition
  ALSA: usb-audio: Parse source ID of UAC2 effect unit

 include/linux/usb/audio-v2.h | 12 ++++++++++++
 sound/usb/mixer.c            |  6 ++++++
 2 files changed, 18 insertions(+)