pkgsrc-wip/pulseaudio/patches/patch-ab
Blair Sadewitz e2b15bbcd6 The pulseaudio audio server, which is an excellent replacement for the ailing
debacle of an anachronism we know as esound.  Please let me know if you want
to work on this; help is welcome!  Please see TODO.
2007-01-29 22:07:32 +00:00

14 lines
376 B
Text

$NetBSD: patch-ab,v 1.1 2007/01/29 22:07:32 bsadewitz Exp $
--- src/modules/oss-util.h.orig 2006-06-19 19:53:23.000000000 -0400
+++ src/modules/oss-util.h
@@ -38,4 +38,9 @@ int pa_oss_set_input_volume(int fd, cons
int pa_oss_get_hw_description(const char *dev, char *name, size_t l);
+#ifdef __NetBSD__
+#define DSP_CAP_BIND 0
+#define DSP_CAP_MULTI 0
+#endif
+
#endif