comparison src/OSS4/audio.c @ 2173:e31befc7f7c4

Actually, that patch + the rest of the patch won't make it into 1.4.1. Reverted.
author Jonathan Schleifer <js-audacious@webkeks.org>
date Sun, 18 Nov 2007 12:38:02 +0100
parents 2c6a11b88271
children
comparison
equal deleted inserted replaced
2172:2c6a11b88271 2173:e31befc7f7c4
432 { 432 {
433 if (!going) 433 if (!going)
434 return; 434 return;
435 going = 0; 435 going = 0;
436 436
437 oss_set_volume(100, 100);
438
439 g_thread_join(buffer_thread); 437 g_thread_join(buffer_thread);
440 438
441 g_free(device_name); 439 g_free(device_name);
442 oss_free_convert_buffer(); 440 oss_free_convert_buffer();
443 wr_index = 0; 441 wr_index = 0;