aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/sound/alsa/ALSA-Configuration.txt
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-05-27 11:59:24 -0400
committerTakashi Iwai <tiwai@suse.de>2008-05-28 09:14:32 -0400
commita93bbaa77ea61c6bad684263a65f812b31bf9791 (patch)
tree46dda28fb9a4696722ae85946dc18434b9ff7cc9 /Documentation/sound/alsa/ALSA-Configuration.txt
parentf9423e7a94eb2dfef3503dde76d17eaf342ab962 (diff)
[ALSA] Improve the slots option handling
Fix and improve the slots option handling. The sound core tries to find the slot with the given module name first and assign if it's still available. If all pre-given slots are unavailable, then try to find another free slot. Also, when a module name begins with '!', it means the negative match: the slot will be given for any modules but that one. 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.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt
index f48939e97aba..529073dea196 100644
--- a/Documentation/sound/alsa/ALSA-Configuration.txt
+++ b/Documentation/sound/alsa/ALSA-Configuration.txt
@@ -2271,6 +2271,10 @@ case above again, the first two slots are already reserved. If any
2271other driver (e.g. snd-usb-audio) is loaded before snd-interwave or 2271other driver (e.g. snd-usb-audio) is loaded before snd-interwave or
2272snd-ens1371, it will be assigned to the third or later slot. 2272snd-ens1371, it will be assigned to the third or later slot.
2273 2273
2274When a module name is given with '!', the slot will be given for any
2275modules but that name. For example, "slots=!snd-pcsp" will reserve
2276the first slot for any modules but snd-pcsp.
2277
2274 2278
2275ALSA PCM devices to OSS devices mapping 2279ALSA PCM devices to OSS devices mapping
2276======================================= 2280=======================================