Fix deafen semantics

This commit is contained in:
Allen Hill
2026-09-18 13:10:52 -07:00
parent 2c85305c0d
commit 6b22f14e6d
5 changed files with 62 additions and 7 deletions
+2 -1
View File
@@ -81,7 +81,8 @@ public:
void mute(bool mute);
bool is_muted() const { return muted_; };
// Set the device to be deaf to (ie ignore) bus activity
// Set the device to be deaf to (ie don't react to) bus activity. It is
// orthogonal to mute — a deaf device can still send frames.
void deafen(bool deaf);
#ifndef NDEBUG