Skip to content
Commit 19d20c7a authored by Matteo Martelli's avatar Matteo Martelli Committed by Takashi Iwai
Browse files

ALSA: usb-audio: revert to IMPLICIT_FB_FIXED_DEV for M-Audio FastTrack Ultra

Commit 83b7dcbc introduced a generic
implicit feedback parser, which fails to execute for M-Audio FastTrack
Ultra sound cards. The issue is with the ENDPOINT_SYNCTYPE check in
add_generic_implicit_fb() where the SYNCTYPE is ADAPTIVE instead of ASYNC.
The reason is that the sync type of the FastTrack output endpoints are
set to adaptive in the quirks table since commit
65f04443.

Fixes: 83b7dcbc

 ("ALSA: usb-audio: Add generic implicit fb parsing")
Signed-off-by: default avatarMatteo Martelli <matteomartelli3@gmail.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20220211224913.20683-2-matteomartelli3@gmail.com


Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 3e16dc50
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment