mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	pcm: softvol - mark _snd_pcm_parse_control_id as static
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
		
							parent
							
								
									f0d540f851
								
							
						
					
					
						commit
						faee7f678d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -983,8 +983,8 @@ int snd_pcm_softvol_open(snd_pcm_t **pcmp, const char *name,
 | 
				
			||||||
	return 0;
 | 
						return 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int _snd_pcm_parse_control_id(snd_config_t *conf, snd_ctl_elem_id_t *ctl_id,
 | 
					static int _snd_pcm_parse_control_id(snd_config_t *conf, snd_ctl_elem_id_t *ctl_id,
 | 
				
			||||||
			      int *cardp, int *cchannels)
 | 
									     int *cardp, int *cchannels)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	snd_config_iterator_t i, next;
 | 
						snd_config_iterator_t i, next;
 | 
				
			||||||
	int iface = SND_CTL_ELEM_IFACE_MIXER;
 | 
						int iface = SND_CTL_ELEM_IFACE_MIXER;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue