summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spdif.vhd2
1 files changed, 1 insertions, 1 deletions
diff --git a/spdif.vhd b/spdif.vhd
index e3016a1..0339bad 100644
--- a/spdif.vhd
+++ b/spdif.vhd
@@ -118,7 +118,7 @@ begin
mute => mute3
);
- mute <= mute1 or mute2 or mute3;
+ mute <= mute1 and mute2 and mute3;
n_mute_out <= not mute;
n_stby_out <= not mute;