mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-10-29 05:40:23 -04:00 
			
		
		
		
	alsa-mixer: Recognize USB audio jack mixer
UAC v2 and v3 support insertion control (jack detection), and the created jack mixers have "- Input" suffix and "- Output" suffix for input jack and output jack, respectively. Add these jacks so we don't always need to rely on UCM or PulseAudio profile-set.
This commit is contained in:
		
							parent
							
								
									9636c2940b
								
							
						
					
					
						commit
						e153fb8706
					
				
					 4 changed files with 12 additions and 0 deletions
				
			
		|  | @ -28,6 +28,9 @@ required-any = any | |||
| state.plugged = unknown | ||||
| state.unplugged = unknown | ||||
| 
 | ||||
| [Jack Line - Input] | ||||
| required-any = any | ||||
| 
 | ||||
| [Element Capture] | ||||
| switch = mute | ||||
| volume = merge | ||||
|  |  | |||
|  | @ -29,6 +29,9 @@ required-any = any | |||
| state.plugged = unknown | ||||
| state.unplugged = unknown | ||||
| 
 | ||||
| [Jack Mic - Input] | ||||
| required-any = any | ||||
| 
 | ||||
| [Element Capture] | ||||
| switch = mute | ||||
| volume = merge | ||||
|  |  | |||
|  | @ -52,6 +52,9 @@ state.unplugged = unknown | |||
| [Jack Headphone Mic] | ||||
| required-any = any | ||||
| 
 | ||||
| [Jack Headphone - Output] | ||||
| required-any = any | ||||
| 
 | ||||
| [Element Hardware Master] | ||||
| switch = mute | ||||
| volume = merge | ||||
|  |  | |||
|  | @ -69,6 +69,9 @@ required-any = any | |||
| state.plugged = unknown | ||||
| state.unplugged = unknown | ||||
| 
 | ||||
| [Jack Speaker - Output] | ||||
| required-any = any | ||||
| 
 | ||||
| [Element Hardware Master] | ||||
| switch = mute | ||||
| volume = merge | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kai-Heng Feng
						Kai-Heng Feng