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

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

revision 1368 by jsorg71, Thu Jan 4 05:39:39 2007 UTC revision 1369 by stargo, Thu Jan 4 23:36:13 2007 UTC
# Line 290  alsa_close_out(void) Line 290  alsa_close_out(void)
290  }  }
291    
292  BOOL  BOOL
293  alsa_format_supported(WAVEFORMATEX * pwfx)  alsa_format_supported(RD_WAVEFORMATEX * pwfx)
294  {  {
295  #if 0  #if 0
296          int err;          int err;
# Line 323  alsa_format_supported(WAVEFORMATEX * pwf Line 323  alsa_format_supported(WAVEFORMATEX * pwf
323  }  }
324    
325  BOOL  BOOL
326  alsa_set_format_out(WAVEFORMATEX * pwfx)  alsa_set_format_out(RD_WAVEFORMATEX * pwfx)
327  {  {
328          if (!alsa_set_format(out_handle, pwfx))          if (!alsa_set_format(out_handle, pwfx))
329                  return False;                  return False;
# Line 431  alsa_close_in(void) Line 431  alsa_close_in(void)
431  }  }
432    
433  BOOL  BOOL
434  alsa_set_format_in(WAVEFORMATEX * pwfx)  alsa_set_format_in(RD_WAVEFORMATEX * pwfx)
435  {  {
436          int err;          int err;
437    

Legend:
Removed from v.1368  
changed lines
  Added in v.1369

  ViewVC Help
Powered by ViewVC 1.1.26