spa: alsa: Fix stale function name in comment

This commit is contained in:
Arun Raghavan 2024-07-17 20:07:57 -04:00
parent 8b613e20d9
commit 0dc17d8d88

View file

@ -3643,7 +3643,7 @@ int spa_alsa_start(struct state *state)
}
/* We only add the source to the data loop if we're driving.
* This is done in setup_sources() */
* This is done in add_sources() */
for (int i = 0; i < state->n_fds; i++) {
state->source[i].func = alsa_irq_wakeup_event;
state->source[i].data = state;