Searched defs:hda_beep (Results 1 – 1 of 1) sorted by relevance
32 struct hda_beep { struct33 struct input_dev *dev;34 struct hda_codec *codec;35 unsigned int mode;36 char phys[32];37 int tone;38 hda_nid_t nid;39 unsigned int enabled:1;40 unsigned int request_enable:1;41 unsigned int linear_tone:1; /* linear tone for IDT/STAC codec */[all …]