aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/sound/alsa
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2016-01-11 08:57:56 -0500
committerTakashi Iwai <tiwai@suse.de>2016-01-29 01:36:10 -0500
commit1f5e35636cc2737ccf1f67815cb33b978621f0f6 (patch)
treee5b08c2bb8086bc35a8af035175350e2b4a44a9d /Documentation/sound/alsa
parente2703363316278cd4a8880671d38f783f7de18ba (diff)
ALSA: doc: Update option descriptions for snd-usb-audio
The autoclock and quirk_alias options have been added. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound/alsa')
-rw-r--r--Documentation/sound/alsa/ALSA-Configuration.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt
index 48148d6d9307..fc53ccd9a629 100644
--- a/Documentation/sound/alsa/ALSA-Configuration.txt
+++ b/Documentation/sound/alsa/ALSA-Configuration.txt
@@ -1910,6 +1910,12 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
1910 - Default: 0x0000 1910 - Default: 0x0000
1911 ignore_ctl_error - Ignore any USB-controller regarding mixer 1911 ignore_ctl_error - Ignore any USB-controller regarding mixer
1912 interface (default: no) 1912 interface (default: no)
1913 autoclock - Enable auto-clock selection for UAC2 devices
1914 (default: yes)
1915 quirk_alias - Quirk alias list, pass strings like
1916 "0123abcd:5678beef", which applies the existing
1917 quirk for the device 5678:beef to a new device
1918 0123:abcd.
1913 1919
1914 This module supports multiple devices, autoprobe and hotplugging. 1920 This module supports multiple devices, autoprobe and hotplugging.
1915 1921
@@ -1919,6 +1925,9 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
1919 NB: ignore_ctl_error=1 may help when you get an error at accessing 1925 NB: ignore_ctl_error=1 may help when you get an error at accessing
1920 the mixer element such as URB error -22. This happens on some 1926 the mixer element such as URB error -22. This happens on some
1921 buggy USB device or the controller. 1927 buggy USB device or the controller.
1928 NB: quirk_alias option is provided only for testing / development.
1929 If you want to have a proper support, contact to upstream for
1930 adding the matching quirk in the driver code statically.
1922 1931
1923 Module snd-usb-caiaq 1932 Module snd-usb-caiaq
1924 -------------------- 1933 --------------------