summaryrefslogtreecommitdiff
path: root/audio/libhydrogen/patches/patch-aa
blob: b65bb6cc708d3a9498239fa34c03defd5efac306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-aa,v 1.1.1.1 2004/07/06 14:51:17 xtraeme Exp $

--- src/OssDriver.h.orig	2003-09-24 14:20:31.000000000 +0200
+++ src/OssDriver.h	2003-09-24 14:22:34.000000000 +0200
@@ -51,11 +51,7 @@
 #include "GenericDriver.h"
 #include "PreferencesMng.h"
 
-#ifdef __NetBSD__
-	#define AUDIO_DEVICE "/dev/audio"
-#else
-	#define AUDIO_DEVICE "/dev/dsp"
-#endif
+#define AUDIO_DEVICE DEVOSSAUDIO
 
 typedef int  (*audioProcessCallback)(unsigned long, void *);