mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Implented xrun no detection mode, cleaned read/write functions
This commit is contained in:
		
							parent
							
								
									fe92855cbb
								
							
						
					
					
						commit
						e87a0a845f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -376,7 +376,7 @@ static const char *assoc(int value, assoc_t *alist)
 | 
				
			||||||
static assoc_t states[] = { STATE(NOTREADY), STATE(READY), STATE(PREPARED),
 | 
					static assoc_t states[] = { STATE(NOTREADY), STATE(READY), STATE(PREPARED),
 | 
				
			||||||
			    STATE(RUNNING), STATE(XRUN), STATE(PAUSED), END };
 | 
								    STATE(RUNNING), STATE(XRUN), STATE(PAUSED), END };
 | 
				
			||||||
static assoc_t streams[] = { STREAM(PLAYBACK), STREAM(CAPTURE), END };
 | 
					static assoc_t streams[] = { STREAM(PLAYBACK), STREAM(CAPTURE), END };
 | 
				
			||||||
static assoc_t xruns[] = { XRUN(ASAP), XRUN(FRAGMENT), END };
 | 
					static assoc_t xruns[] = { XRUN(ASAP), XRUN(FRAGMENT), XRUN(NONE), END };
 | 
				
			||||||
static assoc_t fmts[] = {
 | 
					static assoc_t fmts[] = {
 | 
				
			||||||
	SFMT(S8, "Signed 8-bit"), 
 | 
						SFMT(S8, "Signed 8-bit"), 
 | 
				
			||||||
	SFMT(U8, "Unsigned 8-bit"),
 | 
						SFMT(U8, "Unsigned 8-bit"),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue