Commit 1e1675e9 authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda - Enable beep for IDT92HD87 / 88 codecs

These codecs have the digital beep widget in NID 0x21.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent a3de8ab8
...@@ -5471,7 +5471,6 @@ static int patch_stac92hd83xxx(struct hda_codec *codec) ...@@ -5471,7 +5471,6 @@ static int patch_stac92hd83xxx(struct hda_codec *codec)
spec->num_pins = ARRAY_SIZE(stac92hd88xxx_pin_nids); spec->num_pins = ARRAY_SIZE(stac92hd88xxx_pin_nids);
spec->pin_nids = stac92hd88xxx_pin_nids; spec->pin_nids = stac92hd88xxx_pin_nids;
spec->mono_nid = 0; spec->mono_nid = 0;
spec->digbeep_nid = 0;
spec->num_pwrs = 0; spec->num_pwrs = 0;
break; break;
case 0x111d7604: case 0x111d7604:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment