]> Zhao Yanbai Git Server - minix.git/commitdiff
Peter Boonstoppel's audio changes.
authorBen Gras <ben@minix3.org>
Tue, 21 Feb 2006 15:59:33 +0000 (15:59 +0000)
committerBen Gras <ben@minix3.org>
Tue, 21 Feb 2006 15:59:33 +0000 (15:59 +0000)
commands/scripts/MAKEDEV.sh

index 18c8e591788f95b26e7d4c85e6aab88f251b82e1..e9564afc22c8a16b0a11273a1d2829cab21b5674 100755 (executable)
@@ -228,9 +228,10 @@ do
     audio|mixer)
        # Audio devices.
        #
-       $e mknod audio c 13 0
-       $e mknod mixer c 14 0
-       $e chmod 666 audio mixer
+   $e mknod audio c 13 0
+   $e mknod rec c 13 1
+   $e mknod mixer c 13 2
+   $e chmod 666 audio rec mixer
        ;;
     random|urandom)
        # random data generator.