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
							
								
									3830b168ef
								
							
						
					
					
						commit
						3196ef28ae
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -236,8 +236,8 @@ snd_pcm_uframes_t snd_pcm_plugin_read_areas(snd_pcm_t *pcm,
 | 
			
		|||
		snd_pcm_uframes_t frames = size;
 | 
			
		||||
		snd_pcm_uframes_t slave_cont = slave->buffer_size - slave_offset;
 | 
			
		||||
		snd_pcm_uframes_t slave_frames = slave_cont;
 | 
			
		||||
		frames = plugin->write(pcm, areas, offset, frames,
 | 
			
		||||
				       slave_areas, slave_offset, &slave_frames);
 | 
			
		||||
		frames = plugin->read(pcm, areas, offset, frames,
 | 
			
		||||
				      slave_areas, slave_offset, &slave_frames);
 | 
			
		||||
		assert(slave_frames <= snd_pcm_mmap_capture_avail(slave));
 | 
			
		||||
		snd_pcm_mmap_appl_forward(pcm, frames);
 | 
			
		||||
		snd_pcm_mmap_hw_forward(pcm, frames);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue