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.10-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.10 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From c7579fed1f1b2567529aea64ef19871337403ab3 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <[email protected]>
Date: Wed, 5 Feb 2014 07:28:10 +0100
Subject: ALSA: hda - Add missing mixer widget for AD1983
From: Takashi Iwai <[email protected]>
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
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
@@ -1680,6 +1680,7 @@ static int ad1983_parse_auto_config(stru
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);
Patches currently in stable-queue which might be from [email protected] are
queue-3.10/alsa-hda-add-missing-mixer-widget-for-ad1983.patch
queue-3.10/alsa-hda-realtek-avoid-invalid-coefs-for-alc271x.patch
queue-3.10/alsa-usb-audio-add-missing-kconfig-dependecy.patch
queue-3.10/alsa-hda-fix-missing-vref-setup-for-mac-pro-1-1.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html