mirror of
				https://github.com/alsa-project/alsa-tools.git
				synced 2025-11-03 09:01:51 -05: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
							 | 
						||
| 
								 | 
							
									
							 | 
						||
| 
								 | 
							
									
							 | 
						||
| 
								 | 
							
										
							 | 
						||
| 
								 | 
							
									
							 |