diff options
| author | Mark Brown <broonie@kernel.org> | 2026-05-29 22:42:31 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-05-29 22:42:31 +0100 |
| commit | 769e39f484145599bb4a2757165a019a60d27823 (patch) | |
| tree | 67f8809034013b8f0d716a6a097c81893be422d1 /Documentation | |
| parent | b86bd25caad27a24628d8f9a7eca3e7d72816301 (diff) | |
| parent | 17065203e1bc7e7f2786998d532cd93a06265156 (diff) | |
| download | linux-next-history-769e39f484145599bb4a2757165a019a60d27823.tar.gz | |
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/sound/alsa-configuration.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/sound/alsa-configuration.rst b/Documentation/sound/alsa-configuration.rst index f75f087639415..4b30cd63c5a5a 100644 --- a/Documentation/sound/alsa-configuration.rst +++ b/Documentation/sound/alsa-configuration.rst @@ -2383,6 +2383,12 @@ quirk_flags ``V(x) = k * x``; ``dB(x) = 20 * log10(x)``. Overrides bit 24 * bit 28: ``mixer_capture_linear_vol`` Similar to bit 27 but for capture streams. Overrides bit 25 + * bit 29: ``ifb_silence_on_empty`` + In implicit feedback mode, when an entire capture URB returns with + all iso_frame_desc[i].status != 0 (bytes==0), do not silently return + from snd_usb_handle_sync_urb. Instead fall through and enqueue a + packet_info containing only size-0 packets, so the OUT ring keeps + moving (emits silence). Needed by Behringer Flow 8 (1397:050c). This module supports multiple devices, autoprobe and hotplugging. |
