comparison src/OSS4/OSS4.c @ 1245:a18b7cdc505d

stripped down the config dialog, added an option for the save dmix volume between sessions and added myself to the credits
author Cristi Magherusan <majeru@atheme-project.org>
date Thu, 12 Jul 2007 19:42:32 +0300
parents d0f1e147cf62
children 761e17b23e0c
comparison
equal deleted inserted replaced
1244:d0f1e147cf62 1245:a18b7cdc505d
61 61
62 if (oss_cfg.alt_audio_device) { 62 if (oss_cfg.alt_audio_device) {
63 free(oss_cfg.alt_audio_device); 63 free(oss_cfg.alt_audio_device);
64 oss_cfg.alt_audio_device = NULL; 64 oss_cfg.alt_audio_device = NULL;
65 } 65 }
66 66
67 if (oss_cfg.alt_mixer_device) {
68 free(oss_cfg.alt_mixer_device);
69 oss_cfg.alt_mixer_device = NULL;
70 }
71 } 67 }