Home
last modified time | relevance | path

Searched hist:fe773b8711e3be4190994ea54bf7a5a0564245a1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/usb/
H A Dformat.cdiff fe773b8711e3be4190994ea54bf7a5a0564245a1 Sat Jan 23 09:58:42 CST 2021 Takashi Iwai <tiwai@suse.de> ALSA: usb-audio: workaround for iface reset issue

The recently introduced sample rate validation code seems causing a
problem on some devices; namely, after performing this, the bus gets
screwed and it influences even on other USB devices.
As a quick workaround, perform it only for the necessary devices;
currently MOTU devices are known to need the valid altset checks, so
filter out other devices.

Fixes: 93db51d06b32 ("ALSA: usb-audio: Check valid altsetting at parsing rates for UAC2/3")
Reported-by: Jamie Heilman <jamie@audible.transient.net>
BugLink: https://bugzilla.suse.com/show_bug.cgi?id=1178203
Link: https://lore.kernel.org/r/20210123155842.22652-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>