mirror of
https://github.com/torvalds/linux.git
synced 2026-09-13 15:40:03 +02:00
ALSA: usb-audio: Add quirk flags for Behringer UV1
The Behringer UV1 is a microphone audio processor with a USB audio interface, which experiences periodic stutters unless implicit_fb is used. This seems to be a similar device to the Behringer UMC series, so I copied the quirks from those. I've confirmed that my own UV1 works great with these flags set. Signed-off-by: Nick Pegg <nick@nickpegg.com> Link: https://patch.msgid.link/20260906155616.1625465-1-nick@nickpegg.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
45b5beb60b
commit
b731337680
|
|
@ -2413,6 +2413,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
|
|||
QUIRK_FLAG_PLAYBACK_FIRST | QUIRK_FLAG_GENERIC_IMPLICIT_FB),
|
||||
DEVICE_FLG(0x1397, 0x050c, /* Behringer Flow 8 */
|
||||
QUIRK_FLAG_IFB_SILENCE_ON_EMPTY),
|
||||
DEVICE_FLG(0x1397, 0x0510, /* Behringer UV1 */
|
||||
QUIRK_FLAG_PLAYBACK_FIRST | QUIRK_FLAG_GENERIC_IMPLICIT_FB),
|
||||
DEVICE_FLG(0x13e5, 0x0001, /* Serato Phono */
|
||||
QUIRK_FLAG_IGNORE_CTL_ERROR),
|
||||
DEVICE_FLG(0x152a, 0x85dd, /* SMSL USB DAC */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user