diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-11-20 12:24:47 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-11-21 05:37:40 -0500 |
commit | 20d32022a8d8639a33d0e429f2d3c51b527ea362 (patch) | |
tree | 361cb984165311d03c39849f402d7ee4e075d9d8 /Documentation/sound | |
parent | 8ad10dc6d3fe8396d8213af4d5ce58e0010a3cbc (diff) |
ALSA: usb-audio: Deprecate async_unlink option
The async unlink behavior has been working over years. The option was
provided only as a workaround for 2.4.x kernel. Let's get rid of it.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/alsa/ALSA-Configuration.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt index d90d8ec2853d..b9cfd339a6fa 100644 --- a/Documentation/sound/alsa/ALSA-Configuration.txt +++ b/Documentation/sound/alsa/ALSA-Configuration.txt | |||
@@ -1905,7 +1905,6 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed. | |||
1905 | vid - Vendor ID for the device (optional) | 1905 | vid - Vendor ID for the device (optional) |
1906 | pid - Product ID for the device (optional) | 1906 | pid - Product ID for the device (optional) |
1907 | nrpacks - Max. number of packets per URB (default: 8) | 1907 | nrpacks - Max. number of packets per URB (default: 8) |
1908 | async_unlink - Use async unlink mode (default: yes) | ||
1909 | device_setup - Device specific magic number (optional) | 1908 | device_setup - Device specific magic number (optional) |
1910 | - Influence depends on the device | 1909 | - Influence depends on the device |
1911 | - Default: 0x0000 | 1910 | - Default: 0x0000 |
@@ -1917,8 +1916,6 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed. | |||
1917 | NB: nrpacks parameter can be modified dynamically via sysfs. | 1916 | NB: nrpacks parameter can be modified dynamically via sysfs. |
1918 | Don't put the value over 20. Changing via sysfs has no sanity | 1917 | Don't put the value over 20. Changing via sysfs has no sanity |
1919 | check. | 1918 | check. |
1920 | NB: async_unlink=0 would cause Oops. It remains just for | ||
1921 | debugging purpose (if any). | ||
1922 | NB: ignore_ctl_error=1 may help when you get an error at accessing | 1919 | NB: ignore_ctl_error=1 may help when you get an error at accessing |
1923 | the mixer element such as URB error -22. This happens on some | 1920 | the mixer element such as URB error -22. This happens on some |
1924 | buggy USB device or the controller. | 1921 | buggy USB device or the controller. |