comparison src/sound.c @ 2048:3366311426df

[gaim-migrate @ 2058] little things committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 17 Jun 2001 08:37:44 +0000
parents caa605e70917
children b66aca8e8dce
comparison
equal deleted inserted replaced
2047:21f1f1e0d4c5 2048:3366311426df
74 return 1; 74 return 1;
75 return 0; 75 return 0;
76 } 76 }
77 77
78 78
79 static void play_audio(char *data, int size) 79 static void play_audio(unsigned char *data, int size)
80 { 80 {
81 int fd; 81 int fd;
82 82
83 fd = open("/dev/audio", O_WRONLY | O_EXCL); 83 fd = open("/dev/audio", O_WRONLY | O_EXCL);
84 if (fd < 0) 84 if (fd < 0)