From e35885fa65d06049185aa29bc1371988d296afee Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 27 Aug 2004 11:14:21 +0000 Subject: [PATCH] Small optimization --- src/pcm/pcm_plug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pcm/pcm_plug.c b/src/pcm/pcm_plug.c index 82a6a5f5..60eb2df0 100644 --- a/src/pcm/pcm_plug.c +++ b/src/pcm/pcm_plug.c @@ -551,7 +551,7 @@ static int snd_pcm_plug_insert_plugins(snd_pcm_t *pcm, snd_pcm_plug_params_t *slave) { snd_pcm_plug_t *plug = pcm->private_data; - int (*funcs[])(snd_pcm_t *_pcm, snd_pcm_t **new, snd_pcm_plug_params_t *s, snd_pcm_plug_params_t *d) = { + static int (*funcs[])(snd_pcm_t *_pcm, snd_pcm_t **new, snd_pcm_plug_params_t *s, snd_pcm_plug_params_t *d) = { snd_pcm_plug_change_format, snd_pcm_plug_change_channels, snd_pcm_plug_change_rate, -- 2.47.1