$NetBSD: patch-ae,v 1.1 2000/04/16 03:59:54 mycroft Exp $

--- mixer.c.bak	Fri Jan 28 11:29:40 2000
+++ mixer.c	Sat Apr 15 23:32:21 2000
@@ -57,9 +57,9 @@
     int format;
     int stereo = 1;
     int rate = 44100;
-    if ((audio_fd = open("/dev/dsp", O_WRONLY , 0)) == -1)
+    if ((audio_fd = open("/dev/sound", O_WRONLY , 0)) == -1)
     {
-        perror("/dev/dsp");
+        perror("/dev/sound");
         return;
         /*exit(1);  */
     }
