summaryrefslogtreecommitdiff
path: root/emulators/atari800/patches/patch-aa
blob: 3ebcbcea77d6b49ccc37bd3d55e811004956f571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.6 2013/05/19 07:35:56 adam Exp $

--- sound_oss.c.orig	2011-11-16 18:01:37.000000000 +0000
+++ sound_oss.c
@@ -40,7 +40,7 @@
 #include "sound.h"
 #include "util.h"
 
-static const char * const dspname = "/dev/dsp";
+static const char * const dspname = DEVOSSAUDIO;
 static int dsprate = 22050;
 
 static int sound_enabled = TRUE;