$NetBSD: patch-aa,v 1.2 2004/07/20 13:12:16 adam Exp $

--- sound/osssound.c.orig	2004-07-20 14:50:41.000000000 +0000
+++ sound/osssound.c
@@ -56,7 +56,7 @@ int sound_lowlevel_init(const char *devi
 int frag,tmp,flags;
 
 /* select a default device if we weren't explicitly given one */
-if(device==NULL) device = "/dev/dsp";
+if(device==NULL) device = DEVOSSAUDIO;
 
 /* Open the sound device non-blocking to avoid hangs if it is being
  * used by something else, but then set it blocking again as that's what
