diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-08-13 09:40:53 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-08-15 05:48:01 -0400 |
commit | 7a9b8063cf7d78d7de4f2555357101087548c699 (patch) | |
tree | e52206406078301f572057597ba45eb0a7a413ca /Documentation/sound | |
parent | 8a8f2662c535e1dedced896cc68cb8473fd98fa0 (diff) |
ALSA: usb-audio - Add ignore_ctl_error parameter
Added the ignore_ctl_error parameter to enable/disable the control-error
handling for mixer interfaces. It was a hard-coded ifdef, and now you
can change it more easily.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/alsa/ALSA-Configuration.txt | 5 |
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 | -------------------- |