mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Use S16 for default format
Use S16 (endian-dependent) for the default PCM format of dmix/dnsoop configurations.
This commit is contained in:
		
							parent
							
								
									5c91ee386d
								
							
						
					
					
						commit
						06044933cc
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -18,7 +18,7 @@ pcm.!dmix {
 | 
			
		|||
	}
 | 
			
		||||
	@args.FORMAT {
 | 
			
		||||
		type string
 | 
			
		||||
		default S16_LE
 | 
			
		||||
		default S16
 | 
			
		||||
	}
 | 
			
		||||
	@args.RATE {
 | 
			
		||||
		type integer
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,7 +18,7 @@ pcm.!dsnoop {
 | 
			
		|||
	}
 | 
			
		||||
	@args.FORMAT {
 | 
			
		||||
		type string
 | 
			
		||||
		default S16_LE
 | 
			
		||||
		default S16
 | 
			
		||||
	}
 | 
			
		||||
	@args.RATE {
 | 
			
		||||
		type integer
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue