diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-12-03 14:58:37 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-12-03 14:58:37 +0100 |
commit | 1e1675e9c1342a841e87e5427e77da78e980da06 (patch) | |
tree | 4180ceaf64d07271b37cf230e9f51dd4b293f0af /sound/pci | |
parent | a3de8ab8853c5a14e881f0a01aa31e3dc87fc304 (diff) | |
download | blackbird-op-linux-1e1675e9c1342a841e87e5427e77da78e980da06.tar.gz blackbird-op-linux-1e1675e9c1342a841e87e5427e77da78e980da06.zip |
ALSA: hda - Enable beep for IDT92HD87 / 88 codecs
These codecs have the digital beep widget in NID 0x21.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index efa4225f5fd6..a1df0facdda4 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -5471,7 +5471,6 @@ again: spec->num_pins = ARRAY_SIZE(stac92hd88xxx_pin_nids); spec->pin_nids = stac92hd88xxx_pin_nids; spec->mono_nid = 0; - spec->digbeep_nid = 0; spec->num_pwrs = 0; break; case 0x111d7604: |