]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ALSA: Add missing description of usb-audio parameters
authorTakashi Iwai <tiwai@suse.de>
Wed, 13 Aug 2008 13:27:43 +0000 (15:27 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 15 Aug 2008 09:47:58 +0000 (11:47 +0200)
Added the missing description of module parameters of usb-audio driver
to ALSA-Configuration.txt.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Documentation/sound/alsa/ALSA-Configuration.txt

index dd083b2a5bd32d7b219a19235ad48690bd64b67a..68bbc25ff39e0b1e3bf6555a31bda95777448e14 100644 (file)
@@ -1978,12 +1978,20 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
 
     vid             - Vendor ID for the device (optional)
     pid             - Product ID for the device (optional)
+    nrpacks        - Max. number of packets per URB (default: 8)
+    async_unlink    - Use async unlink mode (default: yes)
     device_setup    - Device specific magic number (optional)
                     - Influence depends on the device
                     - Default: 0x0000 
 
     This module supports multiple devices, autoprobe and hotplugging.
 
+    NB: nrpacks parameter can be modified dynamically via sysfs.
+        Don't put the value over 20.  Changing via sysfs has no sanity
+       check.
+    NB: async_unlink=0 would cause Oops.  It remains just for
+        debugging purpose (if any).
+
   Module snd-usb-caiaq
   --------------------