mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04: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))
|
(setq r (if (null r) cardname r))
|
||||||
(unsetq 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
|
(defun sndo_mixer_close nil
|
||||||
(sndo_mixer_close1 (nth 1 hctls) "c")
|
(sndo_mixer_close1 (nth 1 hctls) "c")
|
||||||
(sndo_mixer_close1 (nth 0 hctls) "p")
|
(sndo_mixer_close1 (nth 0 hctls) "p")
|
||||||
|
(snd_card_alias_unset)
|
||||||
(unsetq hctls)
|
(unsetq hctls)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* \ingroup Mixer_ordinary
|
* \ingroup Mixer_ordinary
|
||||||
* \brief Ordinary mixer interface
|
* \brief Ordinary mixer interface
|
||||||
* \author Jaroslav Kysela <perex@suse.cz>
|
* \author Jaroslav Kysela <perex@suse.cz>
|
||||||
* \date 2003
|
* \date 2003,2004
|
||||||
*
|
*
|
||||||
* Ordinary mixer interface is a high level abtraction for soundcard's
|
* Ordinary mixer interface is a high level abtraction for soundcard's
|
||||||
* mixing.
|
* mixing.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue