From faee7f678d156e586be2198c9380b7ae322e3730 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 2 Nov 2021 11:04:43 +0100 Subject: [PATCH] pcm: softvol - mark _snd_pcm_parse_control_id as static Signed-off-by: Jaroslav Kysela --- src/pcm/pcm_softvol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.1