$NetBSD: patch-aw,v 1.1 2010/05/19 18:22:14 drochner Exp $

--- xdao/SoundIF-ao.cc.orig	2010-05-19 14:58:48.000000000 +0000
+++ xdao/SoundIF-ao.cc
@@ -37,6 +37,7 @@ SoundIF::SoundIF()
 
   impl_ = new SoundIFImpl;
   impl_->driverId = ao_default_driver_id();
+  memset(&impl_->format, 0, sizeof(impl_->format));
   impl_->format.bits = 16;
   impl_->format.rate = 44100;
   impl_->format.channels = 2;
