/[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 1259 by stargo, Sun Sep 17 11:42:22 2006 UTC revision 1260 by stargo, Sun Sep 17 15:25:10 2006 UTC
# Line 297  alsa_register(char *options) Line 297  alsa_register(char *options)
297          alsa_driver.wave_out_play = alsa_play;          alsa_driver.wave_out_play = alsa_play;
298          alsa_driver.name = xstrdup("alsa");          alsa_driver.name = xstrdup("alsa");
299          alsa_driver.description = xstrdup("ALSA output driver, default device: " DEFAULTDEVICE);          alsa_driver.description = xstrdup("ALSA output driver, default device: " DEFAULTDEVICE);
300            alsa_driver.need_byteswap_on_be = 0;
301          alsa_driver.next = NULL;          alsa_driver.next = NULL;
302    
303          if (options)          if (options)

Legend:
Removed from v.1259  
changed lines
  Added in v.1260

  ViewVC Help
Powered by ViewVC 1.1.26