alsa: reduce start latency

This commit is contained in:
Wim Taymans 2018-11-19 12:01:36 +01:00
parent 27451e4350
commit 7e9b223216
3 changed files with 7 additions and 7 deletions

View file

@ -154,7 +154,7 @@ int spa_alsa_start(struct state *state);
int spa_alsa_pause(struct state *state);
int spa_alsa_close(struct state *state);
int spa_alsa_write(struct state *state, snd_pcm_uframes_t silence);
int spa_alsa_write(struct state *state, snd_pcm_uframes_t silence, bool start);
static inline void dll_bandwidth(struct dll *dll, double bandwidth)