/[rdesktop]/sourceforge.net/rdesktop/trunk/rdpsnd.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/rdesktop/trunk/rdpsnd.c

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

revision 1272 by stargo, Thu Sep 21 19:00:11 2006 UTC revision 1273 by stargo, Sun Oct 1 10:56:39 2006 UTC
# Line 276  rdpsnd_process(STREAM s) Line 276  rdpsnd_process(STREAM s)
276          }          }
277  }  }
278    
279  BOOL  inline BOOL
280  rdpsnd_auto_open(void)  rdpsnd_auto_open(void)
281  {  {
282          static BOOL failed = False;          static BOOL failed = False;
# Line 306  rdpsnd_auto_open(void) Line 306  rdpsnd_auto_open(void)
306          return False;          return False;
307  }  }
308    
309  void  inline void
310  rdpsnd_register_drivers(char *options)  rdpsnd_register_drivers(char *options)
311  {  {
312          struct audio_driver **reg;          struct audio_driver **reg;
# Line 410  rdpsnd_show_help(void) Line 410  rdpsnd_show_help(void)
410          }          }
411  }  }
412    
413  inline void  void
414  rdpsnd_play(void)  rdpsnd_play(void)
415  {  {
416          current_driver->wave_out_play();          current_driver->wave_out_play();
417  }  }
418    
419  void  inline void
420  rdpsnd_queue_write(STREAM s, uint16 tick, uint8 index)  rdpsnd_queue_write(STREAM s, uint16 tick, uint8 index)
421  {  {
422          struct audio_packet *packet = &packet_queue[queue_hi];          struct audio_packet *packet = &packet_queue[queue_hi];

Legend:
Removed from v.1272  
changed lines
  Added in v.1273

  ViewVC Help
Powered by ViewVC 1.1.26