Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2003 21:31:18 -0500
From:      Craig Boston <craig@xfoil.gank.org>
To:        current@freebsd.org
Subject:   Re: cvs commit: src/sys/sys soundcard.h vs. gkrellmvolume2
Message-ID:  <200308252131.18210.craig@xfoil.gank.org>
In-Reply-To: <200308252127.59003.craig@xfoil.gank.org>
References:  <200308252127.59003.craig@xfoil.gank.org>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
On Monday 25 August 2003 09:27 pm, Craig Boston wrote:
> Anyway, I'm attaching a quick workaround if anyone else running current
> runs in to this.

Earth to brain, come in please!  Actually attaching the patch this time.

[-- Attachment #2 --]
--- unix_mixer.c.orig	Mon Aug 25 21:10:46 2003
+++ unix_mixer.c	Mon Aug 25 21:15:03 2003
@@ -36,6 +36,10 @@
 #include "mixer.h"
 #include "common_mixer.h"
 
+#ifdef SOUND_MIXER_INFO
+#undef SOUND_MIXER_INFO
+#endif
+
 /* tries to open a mixer device, returns NULL on error or otherwise an mixer_t
  * struct */
 mixer_t *mixer_open(char *id) {

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308252131.18210.craig>