mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -05:00
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:
parent
6c37fd7953
commit
d54b7eb412
6 changed files with 397 additions and 147 deletions
14
ld10k1/setup/effects/mono_switch_2.asm
Normal file
14
ld10k1/setup/effects/mono_switch_2.asm
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
;PZU
|
||||
;;; Mikael Magnusson
|
||||
|
||||
name "Mono Switch 2 channels"
|
||||
include "emu_constants.asm"
|
||||
|
||||
Left IO
|
||||
Right IO
|
||||
|
||||
switch control 0,0,1
|
||||
|
||||
macints Left, C_0, Left, switch
|
||||
macints Right, C_0, Right, switch
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue