diff options
| -rw-r--r-- | sound/pci/hda/patch_analog.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 498971095869..8ed0bcc01386 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
| @@ -1026,6 +1026,9 @@ static void ad1884_fixup_thinkpad(struct hda_codec *codec, | |||
| 1026 | spec->gen.keep_eapd_on = 1; | 1026 | spec->gen.keep_eapd_on = 1; |
| 1027 | spec->gen.vmaster_mute.hook = ad_vmaster_eapd_hook; | 1027 | spec->gen.vmaster_mute.hook = ad_vmaster_eapd_hook; |
| 1028 | spec->eapd_nid = 0x12; | 1028 | spec->eapd_nid = 0x12; |
| 1029 | /* Analog PC Beeper - allow firmware/ACPI beeps */ | ||
| 1030 | spec->beep_amp = HDA_COMPOSE_AMP_VAL(0x20, 3, 3, HDA_INPUT); | ||
| 1031 | spec->gen.beep_nid = 0; /* no digital beep */ | ||
| 1029 | } | 1032 | } |
| 1030 | } | 1033 | } |
| 1031 | 1034 | ||
