mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	use-case: docs - add PlaybackMixerCopy and CaptureMixerCopy
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
		
							parent
							
								
									4dddcf733d
								
							
						
					
					
						commit
						2a286ca9a8
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		| 
						 | 
					@ -309,8 +309,14 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
 | 
				
			||||||
 *   - PlaybackMixerElem
 | 
					 *   - PlaybackMixerElem
 | 
				
			||||||
 *      - mixer element playback identifier
 | 
					 *      - mixer element playback identifier
 | 
				
			||||||
 *	- can be parsed using snd_use_case_parse_selem_id()
 | 
					 *	- can be parsed using snd_use_case_parse_selem_id()
 | 
				
			||||||
 | 
					 *   - PlaybackMixerCopy
 | 
				
			||||||
 | 
					 *      - additional mixer element playback identifier
 | 
				
			||||||
 | 
					 *	- can be parsed using snd_use_case_parse_selem_id()
 | 
				
			||||||
 | 
					 *      - those elements should copy the volume and switch settings
 | 
				
			||||||
 | 
					 *      - element identifiers are separated using the | character
 | 
				
			||||||
 *   - PlaybackMasterElem
 | 
					 *   - PlaybackMasterElem
 | 
				
			||||||
 *      - mixer element playback identifier for the master control
 | 
					 *      - mixer element playback identifier for the master control
 | 
				
			||||||
 | 
					 *	- can be parsed using snd_use_case_parse_selem_id()
 | 
				
			||||||
 *   - PlaybackMasterType
 | 
					 *   - PlaybackMasterType
 | 
				
			||||||
 *      - type of the master volume control
 | 
					 *      - type of the master volume control
 | 
				
			||||||
 *      - Valid values: "soft" (software attenuation)
 | 
					 *      - Valid values: "soft" (software attenuation)
 | 
				
			||||||
| 
						 | 
					@ -319,8 +325,14 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
 | 
				
			||||||
 *   - CaptureMixerElem
 | 
					 *   - CaptureMixerElem
 | 
				
			||||||
 *      - mixer element capture identifier
 | 
					 *      - mixer element capture identifier
 | 
				
			||||||
 *	- can be parsed using snd_use_case_parse_selem_id()
 | 
					 *	- can be parsed using snd_use_case_parse_selem_id()
 | 
				
			||||||
 | 
					 *   - CaptureMixerCopy
 | 
				
			||||||
 | 
					 *      - additional mixer element capture identifier
 | 
				
			||||||
 | 
					 *	- can be parsed using snd_use_case_parse_selem_id()
 | 
				
			||||||
 | 
					 *      - those elements should copy the volume and switch settings
 | 
				
			||||||
 | 
					 *      - element identifiers are separated using the | character
 | 
				
			||||||
 *   - CaptureMasterElem
 | 
					 *   - CaptureMasterElem
 | 
				
			||||||
 *      - mixer element playback identifier for the master control
 | 
					 *      - mixer element playback identifier for the master control
 | 
				
			||||||
 | 
					 *	- can be parsed using snd_use_case_parse_selem_id()
 | 
				
			||||||
 *   - CaptureMasterType
 | 
					 *   - CaptureMasterType
 | 
				
			||||||
 *      - type of the master volume control
 | 
					 *      - type of the master volume control
 | 
				
			||||||
 *      - Valid values: "soft" (software attenuation)
 | 
					 *      - Valid values: "soft" (software attenuation)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue