aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-02-05 01:28:10 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-20 14:06:11 -0500
commit99d35c4d1e69c7963f46b996f97f5e843c48de97 (patch)
tree5138165fe1c6800f13dc87e06d70aede51397071 /sound/pci
parent1e8968b31ae41b3e3480f87ef51267cfaca898b4 (diff)
ALSA: hda - Add missing mixer widget for AD1983
commit c7579fed1f1b2567529aea64ef19871337403ab3 upstream. The mixer widget on AD1983 at NID 0x0e was missing in the commit [f2f8be43c5c9: ALSA: hda - Add aamix NID to AD codecs]. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=70011 Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_analog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index a7b07f72c9dd..5a6527668c07 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -1680,6 +1680,7 @@ static int ad1983_parse_auto_config(struct hda_codec *codec)
1680 return err; 1680 return err;
1681 spec = codec->spec; 1681 spec = codec->spec;
1682 1682
1683 spec->gen.mixer_nid = 0x0e;
1683 spec->gen.beep_nid = 0x10; 1684 spec->gen.beep_nid = 0x10;
1684 set_beep_amp(spec, 0x10, 0, HDA_OUTPUT); 1685 set_beep_amp(spec, 0x10, 0, HDA_OUTPUT);
1685 err = ad198x_parse_auto_config(codec); 1686 err = ad198x_parse_auto_config(codec);