mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
14 lines
352 B
Plaintext
14 lines
352 B
Plaintext
$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;
|