diff --git a/spa/plugins/alsa/alsa-pcm.c b/spa/plugins/alsa/alsa-pcm.c index fb16b5753..fdc108bb9 100644 --- a/spa/plugins/alsa/alsa-pcm.c +++ b/spa/plugins/alsa/alsa-pcm.c @@ -101,9 +101,7 @@ static int write_bind_ctl_param(struct state *state, const char *name, const cha for (unsigned int i = 0; i < state->num_bind_ctls; i++) { snd_ctl_elem_info_t *info = state->bound_ctls[i].info; bool changed = false; - bool is_array; int type; - struct spa_pod_builder *builder; if(!state->bound_ctls[i].value || !info) continue;