diff --git a/src/output/plugins/AlsaOutputPlugin.cxx b/src/output/plugins/AlsaOutputPlugin.cxx index 100643c4f..b38fd36c0 100644 --- a/src/output/plugins/AlsaOutputPlugin.cxx +++ b/src/output/plugins/AlsaOutputPlugin.cxx @@ -122,6 +122,9 @@ class AlsaOutput final /** * After Open(), has this output been activated by a Play() * command? + * + * This attribute is not thread-safe. It is only used by the + * client thread (the thread which calls AudioOutput public methods). */ bool active;