All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] More quirks for M-Audio Fast Track Ultra.
@ 2026-07-17 14:50 Grant Diffey
  2026-07-19  9:00 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Grant Diffey @ 2026-07-17 14:50 UTC (permalink / raw)
  To: ALSA development

[-- Attachment #1: Type: text/plain, Size: 400 bytes --]

Hi all

86aa1ea1f15ce broke the fast track ultra... patch adds a quirk for 'broken
GET_CUR'  which is absolutely required to be able to configure this
interface.

I've also applied the IMPLICIT FEEDBACK quirk as I believe this card should
be treated as implicit feedback like the C600

This should probably be applied for the Fast track ultra 8R as well but I
don't have one to test.


Regards
Grant

[-- Attachment #2: m-audio-fast-track-ultra.patch --]
[-- Type: text/x-patch, Size: 670 bytes --]

diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 41149561aa06..ab5d008a2748 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -2320,6 +2320,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
 		   QUIRK_FLAG_GENERIC_IMPLICIT_FB),
 	DEVICE_FLG(0x0763, 0x2031, /* M-Audio Fast Track C600 */
 		   QUIRK_FLAG_GENERIC_IMPLICIT_FB),
+	DEVICE_FLG(0x0763, 0x2080, /* M-Audio Fast Track Ultra */
+		   QUIRK_FLAG_MIXER_GET_CUR_BROKEN | QUIRK_FLAG_GENERIC_IMPLICIT_FB),
 	DEVICE_FLG(0x07fd, 0x000b, /* MOTU M Series 2nd hardware revision */
 		   QUIRK_FLAG_CTL_MSG_DELAY_1M),
 	DEVICE_FLG(0x08bb, 0x2702, /* LineX FM Transmitter */

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-19  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-17 14:50 [PATCH] More quirks for M-Audio Fast Track Ultra Grant Diffey
2026-07-19  9:00 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.