summaryrefslogtreecommitdiff
path: root/emulators/fuse/patches/patch-aa
blob: d4a0127efce17ab18a4048ca8844a4f05b48ecbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.3 2008/01/24 18:32:37 adam Exp $

--- sound/osssound.c.orig	2007-12-21 17:43:10.000000000 +0100
+++ sound/osssound.c
@@ -52,7 +52,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