OSDN Git Service

ALSA: usb-audio: disable implicit feedback sync for Behringer UFX1204 and UFX1604
authorGeraldo Nascimento <geraldogabriel@gmail.com>
Thu, 30 Sep 2021 19:40:14 +0000 (16:40 -0300)
committerTakashi Iwai <tiwai@suse.de>
Fri, 1 Oct 2021 06:57:34 +0000 (08:57 +0200)
commit28c369e60827f706cef4604a3e2848198f25bd26
tree758e123e242d112a1c94089ffd59f032feec2afc
parent813a17cab9b708bbb1e0db8902e19857b57196ec
ALSA: usb-audio: disable implicit feedback sync for Behringer UFX1204 and UFX1604

Behringer UFX1204 and UFX1604 have Synchronous endpoints to which
current ALSA code applies implicit feedback sync as if they were
Asynchronous endpoints. This breaks UAC compliance and is unneeded.

The commit 5e35dc0338d85ccebacf3f77eca1e5dea73155e8 and subsequent
1a15718b41df026cffd0e42cfdc38a1384ce19f9 were meant to clear up noise.

Unfortunately, noise persisted for those using higher sample rates and
this was only solved by commit d2e8f641257d0d3af6e45d6ac2d6f9d56b8ea964

Since there are no more reports of noise, let's get rid of the
implicit-fb quirks breaking UAC compliance.

Signed-off-by: Geraldo Nascimento <geraldogabriel@gmail.com>
Link: https://lore.kernel.org/r/YVYSnoQ7nxLXT0Dq@geday
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/implicit.c