aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_analog.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-02-05 07:28:10 +0100
committerTakashi Iwai <tiwai@suse.de>2014-02-05 07:30:50 +0100
commitc7579fed1f1b2567529aea64ef19871337403ab3 (patch)
treea53666211260957ef44009587e886c01a91bb042 /sound/pci/hda/patch_analog.c
parentALSA: hda/realtek - Avoid invalid COEFs for ALC271X (diff)
downloadlinux-dev-c7579fed1f1b2567529aea64ef19871337403ab3.tar.xz
linux-dev-c7579fed1f1b2567529aea64ef19871337403ab3.zip
ALSA: hda - Add missing mixer widget for AD1983
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 Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_analog.c')
-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 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)
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);