This is a note to let you know that I've just added the patch titled
ALSA: hda - Fix the wrong pincaps set in ALC861VD dallas/hp fixup
to the 3.7-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-fix-the-wrong-pincaps-set-in-alc861vd-dallas-hp-fixup.patch
and it can be found in the queue-3.7 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From b78562b10fa66175e30b76073e32a0ad8d92aa83 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <[email protected]>
Date: Mon, 17 Dec 2012 20:06:49 +0100
Subject: ALSA: hda - Fix the wrong pincaps set in ALC861VD dallas/hp fixup
From: Takashi Iwai <[email protected]>
commit b78562b10fa66175e30b76073e32a0ad8d92aa83 upstream.
The workaround to force VREF50 for dallas/hp model with ALC861VD
was introduced in commit 8fdcb6fe4204bdb4c6991652717ab5063751414e,
but it contained wrong pincap override bits.
This patch fixes to exclude VREF80 pincap bit correctly.
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/pci/hda/patch_realtek.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -6535,8 +6535,8 @@ static void alc861vd_fixup_dallas(struct
const struct alc_fixup *fix, int action)
{
if (action == ALC_FIXUP_ACT_PRE_PROBE) {
- snd_hda_override_pin_caps(codec, 0x18, 0x00001714);
- snd_hda_override_pin_caps(codec, 0x19, 0x0000171c);
+ snd_hda_override_pin_caps(codec, 0x18, 0x00000734);
+ snd_hda_override_pin_caps(codec, 0x19, 0x0000073c);
}
}
Patches currently in stable-queue which might be from [email protected] are
queue-3.7/alsa-hda-fix-the-wrong-pincaps-set-in-alc861vd-dallas-hp-fixup.patch
queue-3.7/alsa-hda-add-mute-led-for-hp-pavilion-17-realtek-codec.patch
queue-3.7/alsa-hda-add-stereo-dmic-fixup-for-acer-aspire-one-522.patch
queue-3.7/alsa-hda-move-runtime-pm-check-to-runtime_idle-callback.patch
queue-3.7/alsa-hda-always-turn-on-pins-for-hdmi-dp.patch
queue-3.7/alsa-hda-fix-pin-configuration-of-hp-pavilion-dv7.patch
queue-3.7/alsa-usb-audio-fix-missing-autopm-for-midi-input.patch
queue-3.7/alsa-usb-audio-avoid-autopm-calls-after-disconnection.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