]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: usb-audio: Fix sticky mixer regressions on M-Audio Fast Track Ultra
authorTakashi Iwai <tiwai@suse.de>
Fri, 7 Aug 2026 08:34:16 +0000 (10:34 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 7 Aug 2026 08:35:31 +0000 (10:35 +0200)
commita8934c2c6dfd72901cf3cc0de28e85eb902a61a4
treeff6ced2d2910557325bef855800bc87d3686a026
parentd03cdb1c3694a0c2334ea7f864660ad8e8672eb9
ALSA: usb-audio: Fix sticky mixer regressions on M-Audio Fast Track Ultra

The recent fix for sticky mixer volumes caused regressions of M-audio
Fast Track Ultra device, where the mixer state is kept to the default
value.

Add the quirk entries to tolerate the broken mixer behavior.  As the
device is known to work in the implicit feedback mode, explicitly
enable the implicit feedback mode, too.

Since there are two FTU models that are almost identical, both entries
are added in this patch (0763:2080 and 0763:2081).

Fixes: 86aa1ea1f15c ("ALSA: usb-audio: Do not expose sticky mixers")
Link: https://bugzilla.suse.com/show_bug.cgi?id=1273166
Link: https://patch.msgid.link/20260807083418.1712585-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/quirks.c