init_live updates

ld10k1: init_live updates

 * Added IEC958 Optical Raw Playback
 * Changed to mono switches saving GPRs
 * Renamed controls to match the Audigy driver closer.
 * switch_2x2.asm: Switch 2 x 2 channels
 * mono_switch_2.asm: Mono Switch 2 channels
 * mono_switch_2x2.asm: Mono Switch 2 x 2 channels
 * prologic.asm: LFE output added

Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net>
This commit is contained in:
Mikael Magnusson 2005-04-11 13:30:00 +00:00 committed by Takashi Iwai
parent 6c37fd7953
commit d54b7eb412
6 changed files with 397 additions and 147 deletions

View file

@ -38,6 +38,7 @@ R equ Rt ; Front Right Out
Ls io
Rs io
C io ; Center
LFE io ; LFE
;----------------------------------------
tmp dyn
@ -111,5 +112,8 @@ abs macro ret, xx
sub R, Rt, read ; R = R - rear
sub L, Lt, read ; L = L - rear
add LFE, Lt, Rt ; tmp = Lt + Rt
lpf LFE, mhp, tmp ; LFE = LowPass((n)Hz, tmp)
end
;========================================