mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-01 22:58:48 -04:00
17 lines
199 B
NASM
17 lines
199 B
NASM
|
|
name "volLR"
|
||
|
|
|
||
|
|
|
||
|
|
include "emu_constants.asm"
|
||
|
|
volLR control #1,0,#1
|
||
|
|
|
||
|
|
inl IO
|
||
|
|
inr IO
|
||
|
|
outl equ inl
|
||
|
|
outr equ inr
|
||
|
|
|
||
|
|
macs outl,inl.o,inl,volLR
|
||
|
|
macs outr,inr.o,inr,volLR
|
||
|
|
end
|
||
|
|
|
||
|
|
|