diff options
Diffstat (limited to 'app-accessibility/powiedz/files/powiedz-dsp-handle-fix.patch')
-rw-r--r-- | app-accessibility/powiedz/files/powiedz-dsp-handle-fix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-accessibility/powiedz/files/powiedz-dsp-handle-fix.patch b/app-accessibility/powiedz/files/powiedz-dsp-handle-fix.patch new file mode 100644 index 000000000000..f18761aff89e --- /dev/null +++ b/app-accessibility/powiedz/files/powiedz-dsp-handle-fix.patch @@ -0,0 +1,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); |