From: Ben Gras Date: Tue, 21 Feb 2006 15:59:33 +0000 (+0000) Subject: Peter Boonstoppel's audio changes. X-Git-Tag: v3.1.2a~325 X-Git-Url: http://zhaoyanbai.com/repos/nslookup.html?a=commitdiff_plain;h=fb240f63547a0ece1ea07ae29d7e8eebc6cf8980;p=minix.git Peter Boonstoppel's audio changes. --- diff --git a/commands/scripts/MAKEDEV.sh b/commands/scripts/MAKEDEV.sh index 18c8e5917..e9564afc2 100755 --- a/commands/scripts/MAKEDEV.sh +++ b/commands/scripts/MAKEDEV.sh @@ -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.