summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dev/x86/speaker.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/x86/speaker.hh b/src/dev/x86/speaker.hh
index 7d28d6cf7..6778dcb28 100644
--- a/src/dev/x86/speaker.hh
+++ b/src/dev/x86/speaker.hh
@@ -64,7 +64,7 @@ class Speaker : public BasicPioDevice
}
Speaker(Params *p) : BasicPioDevice(p),
- latency(p->pio_latency), timer(p->i8254)
+ latency(p->pio_latency), controlVal(0), timer(p->i8254)
{
pioSize = 1;
}