mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
23 lines
312 B
NASM
23 lines
312 B
NASM
name "Master Vol"
|
|
|
|
VolM control 0,0,100
|
|
;VolM control 100,0,#1
|
|
|
|
left IO
|
|
right IO
|
|
rleft IO
|
|
rright IO
|
|
center IO
|
|
lfe IO
|
|
|
|
macs left.o,$40,left,VolM
|
|
macs right.o,$40,right,VolM
|
|
macs rleft.o,$40,rleft,VolM
|
|
macs rright.o,$40,rright,VolM
|
|
macs center.o,$40,center,VolM
|
|
macs lfe.o,$40,lfe,VolM
|
|
|
|
end
|
|
|
|
|
|
|