mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Added the surround plugin to allow simple access for 4.0 and 5.1 speakers.
It needs a bit more work to make it functional.
This commit is contained in:
		
							parent
							
								
									edaf7fdf2c
								
							
						
					
					
						commit
						c4f95f48c3
					
				
					 13 changed files with 549 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -36,6 +36,7 @@ typedef struct _snd_ctl_ops {
 | 
			
		|||
	int (*hwdep_next_device)(snd_ctl_t *handle, int *device);
 | 
			
		||||
	int (*hwdep_info)(snd_ctl_t *handle, snd_hwdep_info_t * info);
 | 
			
		||||
	int (*pcm_next_device)(snd_ctl_t *handle, int *device);
 | 
			
		||||
	int (*pcm_surround_next_device)(snd_ctl_t *handle, snd_pcm_surround_type_t type, int *device);
 | 
			
		||||
	int (*pcm_info)(snd_ctl_t *handle, snd_pcm_info_t * info);
 | 
			
		||||
	int (*pcm_prefer_subdevice)(snd_ctl_t *handle, int subdev);
 | 
			
		||||
	int (*rawmidi_next_device)(snd_ctl_t *handle, int *device);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue