$OpenBSD: patch-sys_sunaudio_gstsunmixer_c,v 1.2 2005/05/24 21:33:33 marcm Exp $
--- sys/sunaudio/gstsunmixer.c.orig	Wed Dec 22 06:49:06 2004
+++ sys/sunaudio/gstsunmixer.c	Mon Apr 11 15:06:16 2005
@@ -284,12 +284,6 @@ gst_sunaudiomixer_set_mute (GstMixer * m
 
   AUDIO_INITINFO (&audioinfo);
 
-  if (mute) {
-    audioinfo.output_muted = 1;
-  } else {
-    audioinfo.output_muted = 0;
-  }
-
   if (ioctl (sunaudio->mixer_fd, AUDIO_SETINFO, &audioinfo) < 0) {
     g_warning ("Error setting volume device");
     return;
