Skip to content

Commit

Permalink
ALSA: hda - Add missing mixer widget for AD1983
Browse files Browse the repository at this point in the history
The mixer widget on AD1983 at NID 0x0e was missing in the commit
[f2f8be4: ALSA: hda - Add aamix NID to AD codecs].

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=70011
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Feb 5, 2014
1 parent d3c5656 commit c7579fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/hda/patch_analog.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ static int patch_ad1983(struct hda_codec *codec)
return err;
spec = codec->spec;

spec->gen.mixer_nid = 0x0e;
spec->gen.beep_nid = 0x10;
set_beep_amp(spec, 0x10, 0, HDA_OUTPUT);
err = ad198x_parse_auto_config(codec, false);
Expand Down

0 comments on commit c7579fe

Please sign in to comment.