$OpenBSD: patch-Output_sun_audio_c,v 1.3 2004/04/18 14:19:02 robert Exp $
--- Output/sun/audio.c.orig	Sun Apr 18 09:07:37 2004
+++ Output/sun/audio.c	Sun Apr 18 09:08:11 2004
@@ -123,7 +123,6 @@
 	
 	sun = sun_format(fmt);
 
-	effect.format.sun = sun;
 	effect.format.xmms = fmt;
 	effect.frequency = rate;
 	effect.channels = nch;
@@ -130,7 +129,6 @@
 	effect.bps = sun_bps(sun, rate, nch);
 
 	output.format.sun = sun;
-	output.format.xmms = fmt;
 	output.frequency = rate;
 	output.channels = nch;
 	sun_setparams();
