From 0dc17d8d88e94eb8ea893e5cbfb738e07483d9e7 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Wed, 17 Jul 2024 20:07:57 -0400 Subject: [PATCH] spa: alsa: Fix stale function name in comment --- spa/plugins/alsa/alsa-pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/alsa/alsa-pcm.c b/spa/plugins/alsa/alsa-pcm.c index 3cd6577ad..2e5995bb0 100644 --- a/spa/plugins/alsa/alsa-pcm.c +++ b/spa/plugins/alsa/alsa-pcm.c @@ -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;