From: Jaroslav Kysela Date: Tue, 2 Nov 2021 10:04:43 +0000 (+0100) Subject: pcm: softvol - mark _snd_pcm_parse_control_id as static X-Git-Tag: v1.2.6~12 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=faee7f678d156e586be2198c9380b7ae322e3730;p=alsa-lib.git pcm: softvol - mark _snd_pcm_parse_control_id as static Signed-off-by: Jaroslav Kysela --- diff --git a/src/pcm/pcm_softvol.c b/src/pcm/pcm_softvol.c index eea322ca..99d0d32e 100644 --- a/src/pcm/pcm_softvol.c +++ b/src/pcm/pcm_softvol.c @@ -983,8 +983,8 @@ int snd_pcm_softvol_open(snd_pcm_t **pcmp, const char *name, return 0; } -int _snd_pcm_parse_control_id(snd_config_t *conf, snd_ctl_elem_id_t *ctl_id, - int *cardp, int *cchannels) +static int _snd_pcm_parse_control_id(snd_config_t *conf, snd_ctl_elem_id_t *ctl_id, + int *cardp, int *cchannels) { snd_config_iterator_t i, next; int iface = SND_CTL_ELEM_IFACE_MIXER;