summaryrefslogtreecommitdiff
blob: f18761aff89e1d9b9c56a233d3f4aa6134639468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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);