| title: | patch alsa hda fix hp t5735 automute patch ad |
|
This is a note to let you know that we have just queued up the patch titled
Subject: ALSA: hda - Fix HP T5735 automute
to the 2.6.32-stable tree. Its filename is
alsa-hda-fix-hp-t5735-automute.patch
A git repo of this tree can be found at
rel="nofollow" www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
From dc99be47667c56046555e89e62f1ac17fa06329a Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai@xxxxxxx
Date: Wed, 20 Jan 2010 08:35:06 +0100
Subject: ALSA: hda - Fix HP T5735 automute
From: Takashi Iwai <tiwai@xxxxxxx
commit dc99be47667c56046555e89e62f1ac17fa06329a upstream.
This patch fixes the aut-mute setup on HP T5735 with ALC262 codec.
Instead of wrong amp, use pin control toggling for muting the speaker now.
Tested-by: Lee Trager <lee.trager@xxxxxx
Signed-off-by: Takashi Iwai <tiwai@xxxxxxx
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx
---
sound/pci/hda/patch_realtek.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10154,7 +10154,7 @@ static void alc262_hp_t5735_setup(struct
struct alc_spec *spec = codec- spec;
spec- autocfg.hp_pins[0] = 0x15;
- spec- autocfg.speaker_pins[0] = 0x0c; /* HACK: not actually a pin */
+ spec- autocfg.speaker_pins[0] = 0x14;
}
static struct snd_kcontrol_new alc262_hp_t5735_mixer[] = {
@@ -11588,9 +11588,9 @@ static struct alc_config_preset alc262_p
.num_channel_mode = ARRAY_SIZE(alc262_modes),
.channel_mode = alc262_modes,
.input_mux = &alc262_capture_source,
- .unsol_event = alc_automute_amp_unsol_event,
+ .unsol_event = alc_sku_unsol_event,
.setup = alc262_hp_t5735_setup,
- .init_hook = alc_automute_amp,
+ .init_hook = alc_inithook,
},
[ALC262_HP_RP5700] = {
.mixers = { alc262_hp_rp5700_mixer },
Patches currently in stable-queue which might be from tiwai@xxxxxxx are
queue-2.6.32/alsa-hda-add-pci-ids-for-nvidia-g2xx-series.patch
queue-2.6.32/alsa-ice1724-patch-for-suspend-resume-for-esi-juli.patch
queue-2.6.32/alsa-hda-fix-hp-t5735-automute.patch
queue-2.6.32/alsa-hda-select-ibexpeak-handler-for-calpella.patch
queue-2.6.32/alsa-hda-fix-quirk-for-maxdata-obook4-1.patch
queue-2.6.32/alsa-hda-add-missing-line-out-and-pcm-switches-as-slave.patch
--
To unsubscribe from this list: send the line "unsubscribe stable-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at rel="nofollow" vger.kernel.org/majordomo-info.html vger.kernel.org/majordomo-info.html
|