blob: 914c442b620aa6d9b17248cbfc7f778ec49d9d92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.3 2004/05/31 17:35:15 minskim Exp $
--- pcmplay.c.orig 1997-05-20 19:11:13.000000000 -0500
+++ pcmplay.c
@@ -46,7 +46,7 @@
#include "utils.h"
#include "getlopt.h"
-char *audevice = "/dev/dsp";
+char *audevice = DEVOSSAUDIO;
int buffersize = 32;
int dsp_samplesize = 16;
int dsp_channels = 2;
|