mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
510 B
Plaintext
14 lines
510 B
Plaintext
$NetBSD: patch-aa,v 1.1 2016/01/17 14:27:38 wiz 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
|