diff 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
line wrap: on
line diff
--- a/src/OSS4/OSS4.c	Thu Jul 12 18:21:23 2007 +0300
+++ b/src/OSS4/OSS4.c	Thu Jul 12 19:42:32 2007 +0300
@@ -63,9 +63,5 @@
         free(oss_cfg.alt_audio_device);
         oss_cfg.alt_audio_device = NULL;
     }
-
-    if (oss_cfg.alt_mixer_device) {
-        free(oss_cfg.alt_mixer_device);
-        oss_cfg.alt_mixer_device = NULL;
-    }    
+   
 }