Jesse Keating 2f82dda
diff --git a/sound/pci/hda/hda_beep.c b/sound/pci/hda/hda_beep.c
Jesse Keating 2f82dda
index 3ecd7e7..2762b40 100644
Jesse Keating 2f82dda
--- a/sound/pci/hda/hda_beep.c
Jesse Keating 2f82dda
+++ b/sound/pci/hda/hda_beep.c
Jesse Keating 2f82dda
@@ -122,7 +122,7 @@ int snd_hda_attach_beep_device(struct hda_codec *codec, int nid)
Jesse Keating 2f82dda
 	beep->nid = nid;
Jesse Keating 2f82dda
 	beep->dev = input_dev;
Jesse Keating 2f82dda
 	beep->codec = codec;
Jesse Keating 2f82dda
-	beep->enabled = 1;
Jesse Keating 2f82dda
+	beep->enabled = 0;
Jesse Keating 2f82dda
 	codec->beep = beep;
Jesse Keating 2f82dda
 
Jesse Keating 2f82dda
 	INIT_WORK(&beep->beep_work, &snd_hda_generate_beep);