mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 12:13:51 -04:00
ALSA: docs: Add description of usb-audio playback_urb_fixup quirk
We missed the description for the recently introduced quirk bit QUIRK_FLAG_PLAYBACK_URB_FIXUP. A brief explanation is added here. Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20260729074523.92761-2-tiwai@suse.de
This commit is contained in:
@@ -2401,6 +2401,11 @@ quirk_flags
|
||||
disabling GET_CUR instead of the whole mixer. The current volume will
|
||||
then be provided by the internal cache that stores the last set
|
||||
volume
|
||||
* bit 31: ``playback_urb_fixup``
|
||||
Some devices show the stuttering at playback, and this quirk
|
||||
works around it by enforcing the fixed max URBs (12) instead of
|
||||
the dynamic calculation from the buffer size, and passing the
|
||||
`URB_ISO_ASAP` URB flag.
|
||||
|
||||
This module supports multiple devices, autoprobe and hotplugging.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user