diff options
author | Max Kellermann <max@musicpd.org> | 2019-06-28 17:03:26 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-06-28 18:04:49 +0200 |
commit | 3c5f860fb8164ccc4bb714cc39f3e6a3e982862a (patch) | |
tree | e204b3938c1dac098b6602994e3c667795f77091 | |
parent | 3da1fa88d0688c32f5db4948c3d86f3b0933bd4d (diff) |
output/alsa: Cancel() also affects "active" (documentation)
-rw-r--r-- | src/output/plugins/AlsaOutputPlugin.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/output/plugins/AlsaOutputPlugin.cxx b/src/output/plugins/AlsaOutputPlugin.cxx index eac424622..54aa6d9e0 100644 --- a/src/output/plugins/AlsaOutputPlugin.cxx +++ b/src/output/plugins/AlsaOutputPlugin.cxx @@ -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. */ |