mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Typo
This commit is contained in:
		
							parent
							
								
									66df4a7e65
								
							
						
					
					
						commit
						25fc3663fa
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -399,7 +399,7 @@ static ssize_t snd_pcm_hw_avail_update(snd_pcm_t *pcm)
 | 
				
			||||||
			return err;
 | 
								return err;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	if (avail >= pcm->setup.buffer_size)
 | 
						if (avail > pcm->setup.buffer_size)
 | 
				
			||||||
		return -EPIPE;
 | 
							return -EPIPE;
 | 
				
			||||||
	return avail;
 | 
						return avail;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue