aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/sound/alsa/ALSA-Configuration.txt
diff options
context:
space:
mode:
authorThibault LE MEUR <Thibault.LeMeur@supelec.fr>2006-03-14 05:44:53 -0500
committerJaroslav Kysela <perex@suse.cz>2006-03-22 04:38:38 -0500
commite311334ee6bdd173d53be52f4fdffa5f39652e26 (patch)
treeb3c7a0f588ccb160b1d9446f0421be662f775033 /Documentation/sound/alsa/ALSA-Configuration.txt
parentecefb192525c369dde67bf0addd4f96692a801c3 (diff)
[ALSA] Fixes audiophile usb analog capture with the new device_setup parameter
Modules: Documentation,USB generic driver The patch adds the 'device_setup' module parameter and a specific quirk to correctly initialize the audiophile usb device: this fixes the distorted sound bug on the Analog capture port. Backward compatibility is achieved by simply omitting the new parameter. Signed-off-by: Thibault LE MEUR <Thibault.LeMeur@supelec.fr> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound/alsa/ALSA-Configuration.txt')
-rw-r--r--Documentation/sound/alsa/ALSA-Configuration.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt
index 1065beed8d75..f947c4b04ab8 100644
--- a/Documentation/sound/alsa/ALSA-Configuration.txt
+++ b/Documentation/sound/alsa/ALSA-Configuration.txt
@@ -1411,6 +1411,9 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
1411 1411
1412 vid - Vendor ID for the device (optional) 1412 vid - Vendor ID for the device (optional)
1413 pid - Product ID for the device (optional) 1413 pid - Product ID for the device (optional)
1414 device_setup - Device specific magic number (optional)
1415 - Influence depends on the device
1416 - Default: 0x0000
1414 1417
1415 This module supports multiple devices, autoprobe and hotplugging. 1418 This module supports multiple devices, autoprobe and hotplugging.
1416 1419