$NetBSD: patch-aa,v 1.1.1.1 2008/07/10 20:23:06 bsadewitz Exp $

--- otherlibs/RtAudio/RtAudio3.cpp.orig	2008-06-09 12:29:25.000000000 -0400
+++ otherlibs/RtAudio/RtAudio3.cpp
@@ -500,7 +500,11 @@ bool RtApi :: probeDeviceOpen( int devic
 #include <errno.h>
 #include <math.h>
 
-#define DAC_NAME "/dev/dsp"
+#ifndef DEVOSSAUDIO
+#define DEVOSSAUDIO "/dev/dsp"
+#endif
+
+#define DAC_NAME  DEVOSSAUDIO
 #define MAX_DEVICES 16
 #define MAX_CHANNELS 16
 
