mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	introduce default channel map in addition to the default sample spec
This commit is contained in:
		
							parent
							
								
									27bfa607b9
								
							
						
					
					
						commit
						4505bc9cc6
					
				
					 24 changed files with 180 additions and 147 deletions
				
			
		| 
						 | 
				
			
			@ -1717,6 +1717,7 @@ int pa__init(pa_module*m) {
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
    ss = m->core->default_sample_spec;
 | 
			
		||||
    map = m->core->default_channel_map;
 | 
			
		||||
    if (pa_modargs_get_sample_spec_and_channel_map(ma, &ss, &map, PA_CHANNEL_MAP_DEFAULT) < 0) {
 | 
			
		||||
        pa_log("Invalid sample format specification");
 | 
			
		||||
        goto fail;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue