This is a note to let you know that I've just added the patch titled ALSA: hda - Provide missing pin configs for VAIO with ALC260 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-provide-missing-pin-configs-for-vaio-with-alc260.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 <stable@xxxxxxxxxxxxxxx> know about it. >From d08c5ef2a039393eaf2ab2152db5f07790fa0f40 Mon Sep 17 00:00:00 2001 From: Takashi Iwai <tiwai@xxxxxxx> Date: Fri, 22 Nov 2013 08:06:36 +0100 Subject: ALSA: hda - Provide missing pin configs for VAIO with ALC260 From: Takashi Iwai <tiwai@xxxxxxx> commit d08c5ef2a039393eaf2ab2152db5f07790fa0f40 upstream. Some models (or maybe depending on BIOS version) of Sony VAIO with ALC260 give no proper pin configurations as default, resulting in the non-working speaker, etc. Just provide the whole pin configurations via a fixup. Reported-by: Matthew Markus <mmarkus@xxxxxxxxx> Signed-off-by: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/pci/hda/patch_realtek.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -1495,6 +1495,7 @@ enum { ALC260_FIXUP_KN1, ALC260_FIXUP_FSC_S7020, ALC260_FIXUP_FSC_S7020_JWSE, + ALC260_FIXUP_VAIO_PINS, }; static void alc260_gpio1_automute(struct hda_codec *codec) @@ -1635,6 +1636,24 @@ static const struct hda_fixup alc260_fix .chained = true, .chain_id = ALC260_FIXUP_FSC_S7020, }, + [ALC260_FIXUP_VAIO_PINS] = { + .type = HDA_FIXUP_PINS, + .v.pins = (const struct hda_pintbl[]) { + /* Pin configs are missing completely on some VAIOs */ + { 0x0f, 0x01211020 }, + { 0x10, 0x0001003f }, + { 0x11, 0x411111f0 }, + { 0x12, 0x01a15930 }, + { 0x13, 0x411111f0 }, + { 0x14, 0x411111f0 }, + { 0x15, 0x411111f0 }, + { 0x16, 0x411111f0 }, + { 0x17, 0x411111f0 }, + { 0x18, 0x411111f0 }, + { 0x19, 0x411111f0 }, + { } + } + }, }; static const struct snd_pci_quirk alc260_fixup_tbl[] = { @@ -1643,6 +1662,7 @@ static const struct snd_pci_quirk alc260 SND_PCI_QUIRK(0x1025, 0x008f, "Acer", ALC260_FIXUP_GPIO1), SND_PCI_QUIRK(0x103c, 0x280a, "HP dc5750", ALC260_FIXUP_HP_DC5750), SND_PCI_QUIRK(0x103c, 0x30ba, "HP Presario B1900", ALC260_FIXUP_HP_B1900), + SND_PCI_QUIRK(0x104d, 0x81bb, "Sony VAIO", ALC260_FIXUP_VAIO_PINS), SND_PCI_QUIRK(0x104d, 0x81e2, "Sony VAIO TX", ALC260_FIXUP_HP_PIN_0F), SND_PCI_QUIRK(0x10cf, 0x1326, "FSC LifeBook S7020", ALC260_FIXUP_FSC_S7020), SND_PCI_QUIRK(0x1509, 0x4540, "Favorit 100XS", ALC260_FIXUP_GPIO1), Patches currently in stable-queue which might be from tiwai@xxxxxxx are queue-3.10/alsa-hda-check-keep_eapd_on-before-inv_eapd.patch queue-3.10/alsa-hda-don-t-clear-the-power-state-at-snd_hda_codec_reset.patch queue-3.10/alsa-hda-add-support-for-cx20952.patch queue-3.10/alsa-hda-enable-spdif-for-acer-travelmate-6293.patch queue-3.10/alsa-hda-fix-the-headphone-jack-detection-on-sony-vaio-tx.patch queue-3.10/alsa-hda-provide-missing-pin-configs-for-vaio-with-alc260.patch queue-3.10/alsa-compress-fix-drain-calls-blocking-other-compress-functions.patch queue-3.10/alsa-compress-fix-drain-calls-blocking-other-compress-functions-v6.patch queue-3.10/alsa-hda-add-pincfg-fixup-for-asus-w5a.patch queue-3.10/alsa-hda-add-support-of-alc255-codecs.patch queue-3.10/alsa-6fire-fix-probe-of-multiple-cards.patch queue-3.10/alsa-hda-make-sure-mute-leds-stay-on-during-runtime-suspend-realtek.patch queue-3.10/alsa-msnd-avoid-duplicated-driver-name.patch queue-3.10/alsa-hda-fix-line-out-automute-on-realtek-multifunction-jacks.patch queue-3.10/alsa-hda-add-headset-quirk-for-dell-inspiron-3135.patch queue-3.10/alsa-hda-don-t-turn-off-eapd-for-headphone-on-lenovo-n100.patch queue-3.10/alsa-hda-fix-unbalanced-runtime-pm-notification-at-resume.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