blob: f18761aff89e1d9b9c56a233d3f4aa6134639468 [file] [log] [blame]
diff -urN aaa/powiedz/aufile.c powiedz/aufile.c
--- aaa/powiedz/aufile.c 2003-08-30 20:57:37.000000000 +0200
+++ powiedz/aufile.c 2003-08-31 14:02:42.000000000 +0200
@@ -217,8 +217,7 @@
audio_open(int samp_rate,int disp)
{
int i;
-// esd_fd = open(dev_file, O_WRONLY | O_NDELAY);
- esd_fd = open(audio_dsp, O_WRONLY);
+ esd_fd = open(audio_dsp, O_WRONLY | O_NDELAY);
if (esd_fd < 0)
{
if (disp) perror(audio_dsp);