mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-10-29 05:40:25 -04:00 
			
		
		
		
	ucm: document some standard values
add standard value JackDev, JackControl and JackHWMute for speaker mute control on jack insertion. These values will be applied on pulseaudio. Signed-off-by: Lu, Han <han.lu@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
		
							parent
							
								
									16c956e598
								
							
						
					
					
						commit
						c56064e135
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -284,6 +284,10 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr, | ||||||
|  *   PlaybackMixerID	- mixer playback ID |  *   PlaybackMixerID	- mixer playback ID | ||||||
|  *   CaptureMixer	- name of capture mixer |  *   CaptureMixer	- name of capture mixer | ||||||
|  *   CaptureMixerID	- mixer capture ID |  *   CaptureMixerID	- mixer capture ID | ||||||
|  |  *   JackDev		- jack device name | ||||||
|  |  *   JackControl	- jack control name | ||||||
|  |  *   JackHWMute		- indicate if the HW mutes a device on jack insertion | ||||||
|  |  *			  or not. | ||||||
|  */ |  */ | ||||||
| int snd_use_case_get(snd_use_case_mgr_t *uc_mgr, | int snd_use_case_get(snd_use_case_mgr_t *uc_mgr, | ||||||
|                      const char *identifier, |                      const char *identifier, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lu, Han
						Lu, Han