aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/sound/alsa/ALSA-Configuration.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/sound/alsa/ALSA-Configuration.txt')
-rw-r--r--Documentation/sound/alsa/ALSA-Configuration.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt
index 68bbc25ff39e..b33e030509fb 100644
--- a/Documentation/sound/alsa/ALSA-Configuration.txt
+++ b/Documentation/sound/alsa/ALSA-Configuration.txt
@@ -1983,6 +1983,8 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
1983 device_setup - Device specific magic number (optional) 1983 device_setup - Device specific magic number (optional)
1984 - Influence depends on the device 1984 - Influence depends on the device
1985 - Default: 0x0000 1985 - Default: 0x0000
1986 ignore_ctl_error - Ignore any USB-controller regarding mixer
1987 interface (default: no)
1986 1988
1987 This module supports multiple devices, autoprobe and hotplugging. 1989 This module supports multiple devices, autoprobe and hotplugging.
1988 1990
@@ -1991,6 +1993,9 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
1991 check. 1993 check.
1992 NB: async_unlink=0 would cause Oops. It remains just for 1994 NB: async_unlink=0 would cause Oops. It remains just for
1993 debugging purpose (if any). 1995 debugging purpose (if any).
1996 NB: ignore_ctl_error=1 may help when you get an error at accessing
1997 the mixer element such as URB error -22. This happens on some
1998 buggy USB device or the controller.
1994 1999
1995 Module snd-usb-caiaq 2000 Module snd-usb-caiaq
1996 -------------------- 2001 --------------------