18 lines
389 B
Plaintext
18 lines
389 B
Plaintext
$OpenBSD: patch-xfsound_xfdsp_h,v 1.1 2002/03/24 01:20:39 brad Exp $
|
|
--- xfsound/xfdsp.h.orig Wed Sep 12 09:07:41 2001
|
|
+++ xfsound/xfdsp.h Sat Mar 23 20:11:56 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 artsd"
|
|
|
|
typedef int ST_CONFIG[3];
|