pcm: softvol - mark _snd_pcm_parse_control_id as static

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2021-11-02 11:04:43 +01:00
parent f0d540f851
commit faee7f678d

View file

@ -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;