mbox series

[0/3] ALSA: usb-audio: Yet more fixes for Pioneer devices

Message ID 20210118075816.25068-1-tiwai@suse.de (mailing list archive)
Headers show
Series ALSA: usb-audio: Yet more fixes for Pioneer devices | expand

Message

Takashi Iwai Jan. 18, 2021, 7:58 a.m. UTC
Hi,

the Pioneer UAC1 devices still didn't work with the recent changes,
and after debugging sessions, a few issues were discovered.  Below are
the patches to cover those errors.


Takashi

===

Takashi Iwai (3):
  ALSA: usb-audio: Fix UAC1 rate setup for secondary endpoints
  ALSA: usb-audio: Set sample rate for all sharing EPs on UAC1
  ALSA: usb-audio: Avoid implicit feedback on Pioneer devices

 sound/usb/clock.c    | 21 ++++++---------------
 sound/usb/endpoint.c |  9 +++++++++
 sound/usb/implicit.c | 17 +++++++++--------
 sound/usb/quirks.c   | 28 ----------------------------
 4 files changed, 24 insertions(+), 51 deletions(-)

Comments

František Kučera Jan. 18, 2021, 1:29 p.m. UTC | #1
Dne 18. 01. 21 v 8:58 Takashi Iwai napsal(a):
> the Pioneer UAC1 devices still didn't work with the recent changes,
> and after debugging sessions, a few issues were discovered.  Below are
> the patches to cover those errors.

I have compiled and tested version 532a208ad610 (Avoid implicit feedback on Pioneer devices)

and can confirm that Pioneer DJ DJM-250MK2 works again (playback, recording – tested through JACK in duplex mode).

Thanks,

Franta