Skip to content

Commit b0126b5

Browse files
Rongronggg9Sasha Levin
authored andcommitted
ALSA: doc: usb-audio: Add doc for QUIRK_FLAG_SKIP_IFACE_SETUP
commit 9399266 upstream. QUIRK_FLAG_SKIP_IFACE_SETUP was introduced into usb-audio before without appropriate documentation, so add it. Fixes: 38c3220 ("ALSA: usb-audio: Add QUIRK_FLAG_SKIP_IFACE_SETUP") Cc: stable@vger.kernel.org Signed-off-by: Rong Zhang <i@rong.moe> Link: https://patch.msgid.link/20260302173300.322673-1-i@rong.moe Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 2202ed4 commit b0126b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/sound/alsa-configuration.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2372,6 +2372,10 @@ quirk_flags
23722372
audible volume
23732373
* bit 25: ``mixer_capture_min_mute``
23742374
Similar to bit 24 but for capture streams
2375+
* bit 26: ``skip_iface_setup``
2376+
Skip the probe-time interface setup (usb_set_interface,
2377+
init_pitch, init_sample_rate); redundant with
2378+
snd_usb_endpoint_prepare() at stream-open time
23752379

23762380
This module supports multiple devices, autoprobe and hotplugging.
23772381

0 commit comments

Comments
 (0)