943b81fa52
From MAINTAINER: Jim Geovedi <jim@corebsd.or.id> brad@ ok
18 lines
400 B
Plaintext
18 lines
400 B
Plaintext
$OpenBSD: patch-xfsound_xfdsp_h,v 1.3 2002/11/28 20:35:43 margarida Exp $
|
|
--- xfsound/xfdsp.h.orig Mon Mar 25 15:59:16 2002
|
|
+++ xfsound/xfdsp.h Tue Nov 12 15:40:48 2002
|
|
@@ -22,7 +22,13 @@
|
|
|
|
#define XF_IND 1
|
|
#define ST_GET 0
|
|
+
|
|
+#ifdef __OpenBSD__
|
|
+#define DSP_NAME "/dev/sound"
|
|
+#else
|
|
#define DSP_NAME "/dev/dsp"
|
|
+#endif
|
|
+
|
|
#define ARTSD_CMD "exec artswrapper"
|
|
|
|
typedef int ST_CONFIG[3];
|