mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Implement the channel mapping API
Added new channel-mapping API functions. Not all plugins are covered, especially the route, multi and external plugins don't work yet. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
		
							parent
							
								
									1ef1c5cdb4
								
							
						
					
					
						commit
						3c4a22ea49
					
				
					 27 changed files with 386 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -165,6 +165,9 @@ static const snd_pcm_ops_t snd_pcm_hooks_ops = {
 | 
			
		|||
	.async = snd_pcm_generic_async,
 | 
			
		||||
	.mmap = snd_pcm_generic_mmap,
 | 
			
		||||
	.munmap = snd_pcm_generic_munmap,
 | 
			
		||||
	.query_chmaps = snd_pcm_generic_query_chmaps,
 | 
			
		||||
	.get_chmap = snd_pcm_generic_get_chmap,
 | 
			
		||||
	.set_chmap = snd_pcm_generic_set_chmap,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static const snd_pcm_fast_ops_t snd_pcm_hooks_fast_ops = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue