diff options
-rw-r--r-- | sound/pci/hda/patch_analog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 50b2427f19ca..195cd62cdce5 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
@@ -498,6 +498,7 @@ static int patch_ad1983(struct hda_codec *codec) | |||
498 | return err; | 498 | return err; |
499 | spec = codec->spec; | 499 | spec = codec->spec; |
500 | 500 | ||
501 | spec->gen.mixer_nid = 0x0e; | ||
501 | spec->gen.beep_nid = 0x10; | 502 | spec->gen.beep_nid = 0x10; |
502 | set_beep_amp(spec, 0x10, 0, HDA_OUTPUT); | 503 | set_beep_amp(spec, 0x10, 0, HDA_OUTPUT); |
503 | err = ad198x_parse_auto_config(codec, false); | 504 | err = ad198x_parse_auto_config(codec, false); |