]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ALSA: hda - Add missing mixer widget for AD1983
authorTakashi Iwai <tiwai@suse.de>
Wed, 5 Feb 2014 06:28:10 +0000 (07:28 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 5 Feb 2014 06:30:50 +0000 (07:30 +0100)
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>
sound/pci/hda/patch_analog.c

index 50b2427f19ca8cc86356a1bfabb13ac5cd9baa76..195cd62cdce5928383e94f4a84fca54aa9f9b183 100644 (file)
@@ -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);