Update of /cvsroot/alsa/alsa-kernel/Documentation
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18875/alsa-kernel/Documentation

Modified Files:
        ALSA-Configuration.txt OSS-Emulation.txt 
Log Message:
- fixed the description of vx222 install command and a typo.
- removed the description of the obsolete aliases for OSS emulation.



Index: ALSA-Configuration.txt
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/Documentation/ALSA-Configuration.txt,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ALSA-Configuration.txt      5 Jan 2004 14:06:22 -0000       1.26
+++ ALSA-Configuration.txt      26 Jan 2004 10:46:18 -0000      1.27
@@ -1061,9 +1061,9 @@
     and alsa-firmware packages.  You can load the firmware automatically
     by adding the following to /etc/modprobe.conf
 
-       install snd-vx222 /usr/bin/vxload
+       install snd-vx222 /sbin/modprobe --first-time -i snd-vx222 && /usr/bin/vxloader
 
-    (for 2.2/2.4 kernels, add "post-install /usr/bin/vxload" to
+    (for 2.2/2.4 kernels, add "post-install /usr/bin/vxloader" to
      /etc/modules.conf, instead.)
     IBL size defines the interrupts period for PCM.  The smaller size
     gives smaller latency but leads to more CPU consumption, too.

Index: OSS-Emulation.txt
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/Documentation/OSS-Emulation.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- OSS-Emulation.txt   29 Dec 2003 17:42:16 -0000      1.6
+++ OSS-Emulation.txt   26 Jan 2004 10:46:18 -0000      1.7
@@ -1,7 +1,7 @@
                NOTES ON KERNEL OSS-EMULATION
                =============================
 
-               Jan. 9, 2003  Takashi Iwai <[EMAIL PROTECTED]>
+               Jan. 22, 2004  Takashi Iwai <[EMAIL PROTECTED]>
 
 
 Modules
@@ -13,32 +13,20 @@
 When you need to access the OSS PCM, mixer or sequencer devices, the
 corresponding module has to be loaded.
 
-For loading these modules automatically, define the aliases in
-/etc/modules.conf like below:
-
-       alias sound-service-0-0 snd-mixer-oss
-       alias sound-service-0-1 snd-seq-oss
-       alias sound-service-0-3 snd-pcm-oss
-       alias sound-service-0-8 snd-seq-oss
-       alias sound-service-0-12 snd-pcm-oss
-
-Then the access to an OSS device file such as /dev/dsp0 triggers to
-load the necessary module via KMOD.
-
-For auto-loading the secondary card device like /dev/dsp1, the
-following aliases are necessary in addition:
-
-       alias sound-service-1-0 snd-mixer-oss
-       alias sound-service-1-3 snd-pcm-oss
-       alias sound-service-1-12 snd-pcm-oss
-
-Here you don't need to define service-1-1 and service-1-8 because
-there is only one sequencer device.
-Similarly, you can add definitions for the third or later cards as
-sound-service-X-Y.
-
-The OSS-MIDI is emulated directly in the ALSA rawmidi module,
-therefore no extra module exists for that purpose.
+These modules are loaded automatically when the corresponding service
+is called.  The alias is defined sound-service-x-y, where x and y are
+the card number and the minor unit number.  Usually you don't have to
+define these aliases by yourself.
+
+Only necessary step for auto-loading of OSS modules is to define the
+card alias in /etc/modprobe.conf, such as
+
+       alias sound-slot-0 snd-emu10k1
+
+As the second card, define sound-slot-1 as well.
+Note that you can't use the aliased name as the target name (i.e.
+"alias sound-slot-0 snd-card-0" doesn't work any more like the old
+modutils).
 
 The currently available OSS configuration is shown in
 /proc/asound/oss/sndstat.  This shows in the same syntax of
@@ -187,7 +175,7 @@
 
        options snd-pcm-oss nonblock_open=1
 
-The whole-frag and no-silence commands have been added recently.
+The partial-frag and no-silence commands have been added recently.
 Both commands are for optimization use only.  The former command
 specifies to invoke the write transfer only when the whole fragment is
 filled.  The latter stops writing the silence data ahead



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to