mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
alsa: remove unused variable
This commit is contained in:
parent
ff984da67c
commit
0266b82e78
2 changed files with 0 additions and 4 deletions
|
|
@ -2481,7 +2481,6 @@ static int do_prepare(struct state *state)
|
|||
reset_buffers(state);
|
||||
state->alsa_sync = true;
|
||||
state->alsa_sync_warning = false;
|
||||
state->alsa_recovering = false;
|
||||
state->alsa_started = false;
|
||||
|
||||
return 0;
|
||||
|
|
@ -2622,8 +2621,6 @@ static int get_avail(struct state *state, uint64_t current_time, snd_pcm_uframes
|
|||
}
|
||||
avail = state->threshold * 2;
|
||||
}
|
||||
} else {
|
||||
state->alsa_recovering = false;
|
||||
}
|
||||
*delay = avail;
|
||||
|
||||
|
|
|
|||
|
|
@ -211,7 +211,6 @@ struct state {
|
|||
unsigned int alsa_started:1;
|
||||
unsigned int alsa_sync:1;
|
||||
unsigned int alsa_sync_warning:1;
|
||||
unsigned int alsa_recovering:1;
|
||||
unsigned int following:1;
|
||||
unsigned int matching:1;
|
||||
unsigned int resample:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue