mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-14 06:59:54 -05:00
Remove not needed functions after open phase.
This commit is contained in:
parent
830a449cee
commit
6c3f250896
3 changed files with 6 additions and 1 deletions
|
|
@ -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)
|
||||
)
|
||||
|
|
|
|||
|
|
@ -108,6 +108,7 @@
|
|||
(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)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue