Commit 3c5f860f authored by Max Kellermann's avatar Max Kellermann

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

parent 3da1fa88
...@@ -128,8 +128,8 @@ class AlsaOutput final ...@@ -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.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment