mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	alsa: Give all ports a human name to allow UI tools to present the choice to users.
This commit is contained in:
		
							parent
							
								
									0323e48fdc
								
							
						
					
					
						commit
						fd25e8fa8b
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1708,11 +1708,11 @@ static int option_verify(pa_alsa_option *o) {
 | 
			
		|||
        { "input-radio",               N_("Radio") },
 | 
			
		||||
        { "input-video",               N_("Video") },
 | 
			
		||||
        { "input-agc-on",              N_("Automatic Gain Control") },
 | 
			
		||||
        { "input-agc-off",             "" },
 | 
			
		||||
        { "input-agc-off",             N_("No Automatic Gain Control") },
 | 
			
		||||
        { "input-boost-on",            N_("Boost") },
 | 
			
		||||
        { "input-boost-off",           "" },
 | 
			
		||||
        { "input-boost-off",           N_("No Boost") },
 | 
			
		||||
        { "output-amplifier-on",       N_("Amplifier") },
 | 
			
		||||
        { "output-amplifier-off",      "" }
 | 
			
		||||
        { "output-amplifier-off",      N_("No Amplifier") }
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    pa_assert(o);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue