OSDN Git Service

Remove not needed functions after open phase.
authorJaroslav Kysela <perex@perex.cz>
Mon, 19 Jan 2004 19:51:59 +0000 (19:51 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 19 Jan 2004 19:51:59 +0000 (19:51 +0000)
src/conf/cards/aliases.alisp
src/conf/sndo-mixer.alisp
src/ordinary_mixer/ordinary_mixer.c

index cff78f7..1661caa 100644 (file)
@@ -23,3 +23,7 @@
   (setq r (if (null r) cardname r))
   (unsetq r)
 )
+
+(defun snd_card_alias_unset ()
+  (unsetq snd_card_aliases_array snd_card_alias)
+)
index adf7c97..e60a3c4 100644 (file)
 (defun sndo_mixer_close nil
   (sndo_mixer_close1 (nth 1 hctls) "c")
   (sndo_mixer_close1 (nth 0 hctls) "p")
+  (snd_card_alias_unset)
   (unsetq hctls)
 )
 
index d5d3c26..4f09d1c 100644 (file)
@@ -3,7 +3,7 @@
  * \ingroup Mixer_ordinary
  * \brief Ordinary mixer interface
  * \author Jaroslav Kysela <perex@suse.cz>
- * \date 2003
+ * \date 2003,2004
  *
  * Ordinary mixer interface is a high level abtraction for soundcard's
  * mixing.