ALSA: hda - Fix beep_mode option value
[pandora-kernel.git] / sound / pci / hda / hda_beep.h
index 17dd1c3..f1de1ba 100644 (file)
@@ -24,8 +24,8 @@
 
 #include "hda_codec.h"
 
-#define HDA_BEEP_MODE_O      0
-#define HDA_BEEP_MODE_OFF      1
+#define HDA_BEEP_MODE_OFF      0
+#define HDA_BEEP_MODE_O      1
 #define HDA_BEEP_MODE_SWREG    2
 
 /* beep information */