diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-07-03 19:35:05 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-07-03 20:31:36 +0400 |
commit | 257dfb410070b48e377c7894222b73ca41d662e0 (patch) | |
tree | 14efd882bcc99d6e23129ab1794a1709fe73a617 /sound/pci/hda/hda_beep.h | |
parent | 0401e8548eace5bdb8adfa3e82f56165982cb3ad (diff) | |
download | linux-257dfb410070b48e377c7894222b73ca41d662e0.tar.xz |
ALSA: hda - Get rid of superfluous beep->mode field
It's no longer necessary since beep_mode=2 option was dropped.
It can be checked simply via codec->beep != NULL.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_beep.h')
-rw-r--r-- | sound/pci/hda/hda_beep.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_beep.h b/sound/pci/hda/hda_beep.h index 30e79d16f9f8..4dc6933bc655 100644 --- a/sound/pci/hda/hda_beep.h +++ b/sound/pci/hda/hda_beep.h @@ -31,7 +31,6 @@ struct hda_beep { struct input_dev *dev; struct hda_codec *codec; - unsigned int mode; char phys[32]; int tone; hda_nid_t nid; |