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

View File

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