ALSA: hda - add beep_mode module parameter
[safe/jmp/linux-2.6] / sound / pci / hda / hda_beep.h
index 53eba8d..17dd1c3 100644 (file)
 
 #include "hda_codec.h"
 
+#define HDA_BEEP_MODE_ON       0
+#define HDA_BEEP_MODE_OFF      1
+#define HDA_BEEP_MODE_SWREG    2
+
 /* beep information */
 struct hda_beep {
        struct input_dev *dev;
        struct hda_codec *codec;
+       unsigned int mode;
        char phys[32];
        int tone;
        hda_nid_t nid;