mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa: remove unused variables
This commit is contained in:
parent
04450e14a4
commit
b1bb0ead3c
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue