mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-06 01:40:26 -05:00
spa: alsa: Fix stale function name in comment
This commit is contained in:
parent
8b613e20d9
commit
0dc17d8d88
1 changed files with 1 additions and 1 deletions
|
|
@ -3643,7 +3643,7 @@ int spa_alsa_start(struct state *state)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We only add the source to the data loop if we're driving.
|
/* 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++) {
|
for (int i = 0; i < state->n_fds; i++) {
|
||||||
state->source[i].func = alsa_irq_wakeup_event;
|
state->source[i].func = alsa_irq_wakeup_event;
|
||||||
state->source[i].data = state;
|
state->source[i].data = state;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue