mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
loopback: fix callback name in comment
This commit is contained in:
parent
9de4b10093
commit
91bb9b77e4
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ static void teardown(struct userdata *u) {
|
|||
* to the sink input. Also, we need to ensure that new messages won't be
|
||||
* written to the queue after we have emptied it.
|
||||
*
|
||||
* Emptying the queue can be done in the state_changed() callback of the
|
||||
* Emptying the queue can be done in the state_change() callback of the
|
||||
* sink input, when the new state is "unlinked".
|
||||
*
|
||||
* Preventing new messages from being written to the queue can be achieved
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue