alsa-tools/as10k1/examples/vol_ctrl.asm

14 lines
138 B
NASM
Raw Normal View History

name "hw vol ctrl"
include "emu_constants.asm"
Vol_ctrl control #1,0,#1
in IO
out equ in
macs out,C_0,in,Vol_ctrl
end