summaryrefslogtreecommitdiff
path: root/emulators/stella/patches/patch-aa
blob: c9b1c23a3170ff7b5e2fccf96b20f3f4d13976eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-aa,v 1.3 2004/06/05 11:56:31 dillo Exp $

--- ../ui/sound/SoundOSS.cxx.orig	2003-02-18 02:19:44.000000000 +0100
+++ ../ui/sound/SoundOSS.cxx
@@ -22,13 +22,9 @@
 #include <sys/ioctl.h>
 #include <sys/types.h>
 
-#ifdef __FreeBSD__
-  #include <machine/soundcard.h>
-#else
-  #include <sys/soundcard.h>
-#endif
+#include <soundcard.h>
 
-#define DSP_DEVICE "/dev/dsp"
+/* #define DSP_DEVICE "/dev/dsp" */
 #define MIXER_DEVICE "/dev/mixer"
 
 #include "SoundOSS.hxx"