mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	protocol-native: Re-enable srbchannel
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
		
							parent
							
								
									7b8e8cd388
								
							
						
					
					
						commit
						6a71b5f967
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -5325,7 +5325,7 @@ int pa_native_options_parse(pa_native_options *o, pa_core *c, pa_modargs *ma) {
 | 
				
			||||||
    pa_assert(PA_REFCNT_VALUE(o) >= 1);
 | 
					    pa_assert(PA_REFCNT_VALUE(o) >= 1);
 | 
				
			||||||
    pa_assert(ma);
 | 
					    pa_assert(ma);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    o->srbchannel = false;
 | 
					    o->srbchannel = true;
 | 
				
			||||||
    if (pa_modargs_get_value_boolean(ma, "srbchannel", &o->srbchannel) < 0) {
 | 
					    if (pa_modargs_get_value_boolean(ma, "srbchannel", &o->srbchannel) < 0) {
 | 
				
			||||||
        pa_log("srbchannel= expects a boolean argument.");
 | 
					        pa_log("srbchannel= expects a boolean argument.");
 | 
				
			||||||
        return -1;
 | 
					        return -1;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue