output/alsa: Cancel() also affects "active" (documentation)

This commit is contained in:
Max Kellermann 2019-06-28 17:03:26 +02:00
parent 3da1fa88d0
commit 3c5f860fb8
1 changed files with 2 additions and 2 deletions

View File

@ -128,8 +128,8 @@ class AlsaOutput final
bool work_around_drain_bug;
/**
* After Open(), has this output been activated by a Play()
* command?
* After Open() or Cancel(), has this output been activated by
* a Play() command?
*
* Protected by #mutex.
*/