You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix....

13 lines
291 B

--- a/aufile.c
+++ b/aufile.c
@@ -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);