/[rdesktop]/sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/rdpsnd_sun.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 514 by matthewc, Tue Oct 28 02:33:52 2003 UTC revision 538 by stargo, Fri Oct 31 09:38:25 2003 UTC
# Line 80  wave_out_close(void) Line 80  wave_out_close(void)
80                  queue_lo = (queue_lo + 1) % MAX_QUEUE;                  queue_lo = (queue_lo + 1) % MAX_QUEUE;
81          }          }
82    
83    #if defined I_FLUSH && defined FLUSHW
84          /* Flush the audiobuffer */          /* Flush the audiobuffer */
85          ioctl(g_dsp_fd, I_FLUSH, FLUSHW);          ioctl(g_dsp_fd, I_FLUSH, FLUSHW);
86    #endif
87          close(g_dsp_fd);          close(g_dsp_fd);
88  }  }
89    

Legend:
Removed from v.514  
changed lines
  Added in v.538

  ViewVC Help
Powered by ViewVC 1.1.26