diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-12-03 08:58:37 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-12-03 08:58:37 -0500 |
commit | 1e1675e9c1342a841e87e5427e77da78e980da06 (patch) | |
tree | 4180ceaf64d07271b37cf230e9f51dd4b293f0af /sound/pci | |
parent | a3de8ab8853c5a14e881f0a01aa31e3dc87fc304 (diff) |
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: | |||
5471 | spec->num_pins = ARRAY_SIZE(stac92hd88xxx_pin_nids); | 5471 | spec->num_pins = ARRAY_SIZE(stac92hd88xxx_pin_nids); |
5472 | spec->pin_nids = stac92hd88xxx_pin_nids; | 5472 | spec->pin_nids = stac92hd88xxx_pin_nids; |
5473 | spec->mono_nid = 0; | 5473 | spec->mono_nid = 0; |
5474 | spec->digbeep_nid = 0; | ||
5475 | spec->num_pwrs = 0; | 5474 | spec->num_pwrs = 0; |
5476 | break; | 5475 | break; |
5477 | case 0x111d7604: | 5476 | case 0x111d7604: |