mbox series

[0/2] ALSA: usb-audio: clock setup code refactoring

Message ID 20210518152112.8016-1-tiwai@suse.de
Headers show
Series ALSA: usb-audio: clock setup code refactoring | expand

Message

Takashi Iwai May 18, 2021, 3:21 p.m. UTC
Hi,

this is a couple of patches for refactoring and improvements on
USB-audio clock setup code.  By replacing with unions, we can handle
both UAC2 and UAC3 equivalently.


Takashi

===

Takashi Iwai (2):
  ALSA: usb-audio: Refactoring UAC2/3 clock setup code
  ALSA: usb-audio: Handle error for the current selector gracefully

 sound/usb/clock.c | 298 +++++++++++++++-------------------------------
 1 file changed, 95 insertions(+), 203 deletions(-)