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
--Boundary-00=_2ZsS/0rNyZ5cvnR Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline 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. --Boundary-00=_2ZsS/0rNyZ5cvnR Content-Type: text/plain; charset="iso-8859-1"; name="patch-sound-mixer-info" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-sound-mixer-info" --- 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) { --Boundary-00=_2ZsS/0rNyZ5cvnR--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308252131.18210.craig>