mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -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++) {
|
for (unsigned int i = 0; i < state->num_bind_ctls; i++) {
|
||||||
snd_ctl_elem_info_t *info = state->bound_ctls[i].info;
|
snd_ctl_elem_info_t *info = state->bound_ctls[i].info;
|
||||||
bool changed = false;
|
bool changed = false;
|
||||||
bool is_array;
|
|
||||||
int type;
|
int type;
|
||||||
struct spa_pod_builder *builder;
|
|
||||||
|
|
||||||
if(!state->bound_ctls[i].value || !info)
|
if(!state->bound_ctls[i].value || !info)
|
||||||
continue;
|
continue;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue