This is a note to let you know that I've just added the patch titled ALSA: hda - Add missing mixer widget for AD1983 to the 3.13-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: alsa-hda-add-missing-mixer-widget-for-ad1983.patch and it can be found in the queue-3.13 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From c7579fed1f1b2567529aea64ef19871337403ab3 Mon Sep 17 00:00:00 2001 From: Takashi Iwai <tiwai@xxxxxxx> Date: Wed, 5 Feb 2014 07:28:10 +0100 Subject: ALSA: hda - Add missing mixer widget for AD1983 From: Takashi Iwai <tiwai@xxxxxxx> 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@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/pci/hda/patch_analog.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c @@ -497,6 +497,7 @@ static int patch_ad1983(struct hda_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); Patches currently in stable-queue which might be from tiwai@xxxxxxx are queue-3.13/alsa-hda-add-missing-mixer-widget-for-ad1983.patch queue-3.13/alsa-hda-realtek-avoid-invalid-coefs-for-alc271x.patch queue-3.13/alsa-usb-audio-add-missing-kconfig-dependecy.patch queue-3.13/alsa-hda-fix-missing-vref-setup-for-mac-pro-1-1.patch queue-3.13/alsa-hda-fix-silent-output-on-toshiba-satellite-l40.patch queue-3.13/alsa-hda-improve-loopback-path-lookups-for-ad1983.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html