mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Completed renaming drain->stop, flush->drain (PCM). Done renaming drain->drop, flush->drain (rawmidi and seq). Removed wrong module usage count inc/dec from mmap
This commit is contained in:
		
							parent
							
								
									7088f19233
								
							
						
					
					
						commit
						2ea3fd4bb3
					
				
					 22 changed files with 86 additions and 86 deletions
				
			
		| 
						 | 
				
			
			@ -42,7 +42,7 @@ int snd_pcm_plugin_delay(snd_pcm_t *pcm, ssize_t *delayp);
 | 
			
		|||
int snd_pcm_plugin_prepare(snd_pcm_t *pcm);
 | 
			
		||||
int snd_pcm_plugin_start(snd_pcm_t *pcm);
 | 
			
		||||
int snd_pcm_plugin_stop(snd_pcm_t *pcm);
 | 
			
		||||
int snd_pcm_plugin_flush(snd_pcm_t *pcm);
 | 
			
		||||
int snd_pcm_plugin_drain(snd_pcm_t *pcm);
 | 
			
		||||
int snd_pcm_plugin_pause(snd_pcm_t *pcm, int enable);
 | 
			
		||||
ssize_t snd_pcm_plugin_rewind(snd_pcm_t *pcm, size_t frames);
 | 
			
		||||
ssize_t snd_pcm_plugin_writei(snd_pcm_t *pcm, const void *buffer, size_t size);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue