Shadow-Here


Server : Apache
System : Linux methusalix2 3.16.0-11-amd64 #1 SMP Debian 3.16.84-1 (2020-06-09) x86_64
User : hios ( 1437)
PHP Version : 5.6.40-0+deb8u12
Disable Function : proc_close,proc_open,dl,shell_exec,passthru
Directory :  /usr/share/alsa/cards/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :
Current File : //usr/share/alsa/cards/aliases.alisp
(setq snd_card_aliases_array
  (
    ("YMF724" 		. "YMF744")
    ("YMF724F"		. "YMF744")
    ("YMF740"		. "YMF744")
    ("YMF740C"		. "YMF744")
    ("YMF754"		. "YMF744")
    ("CMIPCI"		. "CMI8338")
    ("CMI8738"		. "CMI8338")
    ("CMI8738-MC4"	. "CMI8738-MC6")
    ("E-mu APS"		. "EMU10K1")
    ("GUS Max"		. "GUS")
    ("GUS ACE" 		. "GUS")
    ("GUS Extreme"	. "GUS")
    ("AMD InterWave"	. "GUS")
    ("Dynasonic 3-D"	. "GUS")
    ("InterWave STB"	. "GUS")
  )
)

(defun snd_card_alias (cardname)
  (setq r (assq cardname snd_card_aliases_array))
  (setq r (if (null r) cardname r))
  (unsetq r)
)

(defun snd_card_alias_unset ()
  (unsetq snd_card_aliases_array snd_card_alias)
)

Samx