openbsd-ports/audio/esound/patches/patch-ac
1999-10-08 04:08:33 +00:00

12 lines
402 B
Plaintext

--- audio_oss.c.orig Thu Oct 7 23:57:45 1999
+++ audio_oss.c Thu Oct 7 23:58:10 1999
@@ -36,7 +36,7 @@
mode = O_RDWR;
/* open the sound device */
- device = esd_audio_device ? esd_audio_device : "/dev/dsp";
+ device = esd_audio_device ? esd_audio_device : "/dev/sound";
if ((afd = open(device, mode, 0)) == -1)
{ /* Opening device failed */
perror(device);