This is a note to let you know that I've just added the patch titled ALSA: hda - Fix speaker output from VAIO AiO machines 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-fix-speaker-output-from-vaio-aio-machines.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 c44d9b1181cf34e0860c72cc8a00e0c47417aac0 Mon Sep 17 00:00:00 2001 From: Takashi Iwai <tiwai@xxxxxxx> Date: Sun, 7 Feb 2016 09:38:26 +0100 Subject: ALSA: hda - Fix speaker output from VAIO AiO machines From: Takashi Iwai <tiwai@xxxxxxx> commit c44d9b1181cf34e0860c72cc8a00e0c47417aac0 upstream. Some Sony VAIO AiO models (VGC-JS4EF and VGC-JS25G, both with PCI SSID 104d:9044) need the same quirk to make the speaker working properly. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=112031 Signed-off-by: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -2188,6 +2188,7 @@ static const struct snd_pci_quirk alc882 SND_PCI_QUIRK(0x104d, 0x9047, "Sony Vaio TT", ALC889_FIXUP_VAIO_TT), SND_PCI_QUIRK(0x104d, 0x905a, "Sony Vaio Z", ALC882_FIXUP_NO_PRIMARY_HP), SND_PCI_QUIRK(0x104d, 0x9043, "Sony Vaio VGC-LN51JGB", ALC882_FIXUP_NO_PRIMARY_HP), + SND_PCI_QUIRK(0x104d, 0x9044, "Sony VAIO AiO", ALC882_FIXUP_NO_PRIMARY_HP), /* All Apple entries are in codec SSIDs */ SND_PCI_QUIRK(0x106b, 0x00a0, "MacBookPro 3,1", ALC889_FIXUP_MBP_VREF), Patches currently in stable-queue which might be from tiwai@xxxxxxx are queue-3.10/alsa-seq-fix-race-at-closing-in-virmidi-driver.patch queue-3.10/alsa-rawmidi-remove-kernel-warning-for-null-user-space-buffer-check.patch queue-3.10/alsa-seq-fix-lockdep-warnings-due-to-double-mutex-locks.patch queue-3.10/alsa-usb-audio-fix-teac-ud-501-ud-503-nt-503-usb-delay.patch queue-3.10/alsa-timer-fix-wrong-instance-passed-to-slave-callbacks.patch queue-3.10/alsa-compress-disable-get_codec_caps-ioctl-for-some-architectures.patch queue-3.10/alsa-hda-fix-speaker-output-from-vaio-aio-machines.patch queue-3.10/alsa-dummy-implement-timer-backend-switching-more-safely.patch queue-3.10/alsa-dummy-disable-switching-timer-backend-via-sysfs.patch queue-3.10/alsa-seq-fix-incorrect-sanity-check-at-snd_seq_oss_synth_cleanup.patch queue-3.10/alsa-seq-fix-yet-another-races-among-alsa-timer-accesses.patch queue-3.10/alsa-usb-audio-avoid-freeing-umidi-object-twice.patch queue-3.10/alsa-timer-fix-leftover-link-at-closing.patch queue-3.10/alsa-rawmidi-fix-race-at-copying-updating-the-position.patch queue-3.10/alsa-pcm-fix-potential-deadlock-in-oss-emulation.patch queue-3.10/alsa-timer-fix-link-corruption-due-to-double-start-or-stop.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