diff options
| author | Cryolitia PukNgae <cryolitia@uniontech.com> | 2025-09-03 13:09:46 +0800 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2025-09-04 15:37:30 +0200 |
| commit | 759b5ce3e6e804ee333f0e0da3cf93c38b77b890 (patch) | |
| tree | c3dde4470ea3200ea6d2575ab62d8da54b985a6e /Documentation/sound | |
| parent | ace1817ab49b3f92b3e965caa63b4a78e69266cd (diff) | |
| download | linux-759b5ce3e6e804ee333f0e0da3cf93c38b77b890.tar.gz linux-759b5ce3e6e804ee333f0e0da3cf93c38b77b890.tar.bz2 linux-759b5ce3e6e804ee333f0e0da3cf93c38b77b890.zip | |
ALSA: usb-audio: add quirk QUIRK_FLAG_MIXER_CAPTURE_MIN_MUTE
The same hardware problem to QUIRK_FLAG_MIXER_PLAYBACK_MIN_MUTE also
occurs on the capture streams on some USB devices. Add a new flag for
processing the quirk.
Link: https://lore.kernel.org/all/C22C1A172EBB9BD9+eccc2e4a-d21e-4a7d-848c-bbf3982feb94@uniontech.com/
Signed-off-by: Cryolitia PukNgae <cryolitia@uniontech.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250903-sound-v1-2-d4ca777b8512@uniontech.com
Diffstat (limited to 'Documentation/sound')
| -rw-r--r-- | Documentation/sound/alsa-configuration.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/sound/alsa-configuration.rst b/Documentation/sound/alsa-configuration.rst index 062b86522e4d..bf45df1558bb 100644 --- a/Documentation/sound/alsa-configuration.rst +++ b/Documentation/sound/alsa-configuration.rst @@ -2329,6 +2329,7 @@ quirk_flags * bit 24: Set minimum volume control value as mute for devices where the lowest playback value represents muted state instead of minimum audible volume + * bit 25: Be similar to bit 24 but for capture streams This module supports multiple devices, autoprobe and hotplugging. |
