]> git.alsa-project.org Git - alsa-lib.git/commitdiff
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 cff78f7a26192174957a02595fa43174fd3c7519..1661caa3e8cb6088efbdb0aa5bd9fee3db6ff9f6 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 adf7c97760913f56cea0d3b44f2710fedcc412ae..e60a3c4d970c656316033f5d3133dca408087ee7 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 d5d3c266f1661039f6f57c683a55ad196e64d061..4f09d1ca244238fc9e56d65d38bf5a56f404f900 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.