mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
14 lines
138 B
NASM
14 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
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|