alsa-tools/as10k1/examples/vol_ctrl.asm
2001-04-12 08:21:01 +00:00

13 lines
138 B
NASM

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