mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	fixes by Art Haas <ahaas@airmail.net>:
rewritten with C99 struct initialization style.
This commit is contained in:
		
							parent
							
								
									c18c32b26c
								
							
						
					
					
						commit
						7716fd1e3d
					
				
					 33 changed files with 762 additions and 762 deletions
				
			
		| 
						 | 
				
			
			@ -390,19 +390,19 @@ static void snd_pcm_alaw_dump(snd_pcm_t *pcm, snd_output_t *out)
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
static snd_pcm_ops_t snd_pcm_alaw_ops = {
 | 
			
		||||
	close: snd_pcm_plugin_close,
 | 
			
		||||
	info: snd_pcm_plugin_info,
 | 
			
		||||
	hw_refine: snd_pcm_alaw_hw_refine,
 | 
			
		||||
	hw_params: snd_pcm_alaw_hw_params,
 | 
			
		||||
	hw_free: snd_pcm_plugin_hw_free,
 | 
			
		||||
	sw_params: snd_pcm_plugin_sw_params,
 | 
			
		||||
	channel_info: snd_pcm_plugin_channel_info,
 | 
			
		||||
	dump: snd_pcm_alaw_dump,
 | 
			
		||||
	nonblock: snd_pcm_plugin_nonblock,
 | 
			
		||||
	async: snd_pcm_plugin_async,
 | 
			
		||||
	poll_revents: snd_pcm_plugin_poll_revents,
 | 
			
		||||
	mmap: snd_pcm_plugin_mmap,
 | 
			
		||||
	munmap: snd_pcm_plugin_munmap,
 | 
			
		||||
	.close = snd_pcm_plugin_close,
 | 
			
		||||
	.info = snd_pcm_plugin_info,
 | 
			
		||||
	.hw_refine = snd_pcm_alaw_hw_refine,
 | 
			
		||||
	.hw_params = snd_pcm_alaw_hw_params,
 | 
			
		||||
	.hw_free = snd_pcm_plugin_hw_free,
 | 
			
		||||
	.sw_params = snd_pcm_plugin_sw_params,
 | 
			
		||||
	.channel_info = snd_pcm_plugin_channel_info,
 | 
			
		||||
	.dump = snd_pcm_alaw_dump,
 | 
			
		||||
	.nonblock = snd_pcm_plugin_nonblock,
 | 
			
		||||
	.async = snd_pcm_plugin_async,
 | 
			
		||||
	.poll_revents = snd_pcm_plugin_poll_revents,
 | 
			
		||||
	.mmap = snd_pcm_plugin_mmap,
 | 
			
		||||
	.munmap = snd_pcm_plugin_munmap,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue