This is a note to let you know that I've just added the patch titled
ALSA: hda - Fix noise on AMD radeon 290x controller
to the 4.0-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-noise-on-amd-radeon-290x-controller.patch
and it can be found in the queue-4.0 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 0fa372b6c95013af1334b3d5c9b5f03a70ecedab Mon Sep 17 00:00:00 2001
From: Takashi Iwai <[email protected]>
Date: Wed, 27 May 2015 16:17:19 +0200
Subject: ALSA: hda - Fix noise on AMD radeon 290x controller
From: Takashi Iwai <[email protected]>
commit 0fa372b6c95013af1334b3d5c9b5f03a70ecedab upstream.
A new AMD controller [1002:aac8] seems to need the quirk for other AMD
NS HDMI stuff, otherwise it gives noisy sounds.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=99021
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/pci/hda/hda_intel.c | 2 ++
1 file changed, 2 insertions(+)
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2108,6 +2108,8 @@ static const struct pci_device_id azx_id
.driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },
{ PCI_DEVICE(0x1002, 0xaab0),
.driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },
+ { PCI_DEVICE(0x1002, 0xaac8),
+ .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },
/* VIA VT8251/VT8237A */
{ PCI_DEVICE(0x1106, 0x3288),
.driver_data = AZX_DRIVER_VIA | AZX_DCAPS_POSFIX_VIA },
Patches currently in stable-queue which might be from [email protected] are
queue-4.0/revert-alsa-hda-add-mute-led-mode-control-to-thinkpad.patch
queue-4.0/alsa-usb-audio-add-quirk-for-ms-lifecam-hd-3000.patch
queue-4.0/alsa-usb-audio-add-quirk-for-ms-lifecam-studio.patch
queue-4.0/alsa-hda-realtek-alc292-dock-fix-for-thinkpad-l450.patch
queue-4.0/alsa-hda-add-headset-mic-quirk-for-dell-inspiron-5548.patch
queue-4.0/alsa-hda-add-conexant-codecs-cx20721-cx20722-cx20723-and-cx20724.patch
queue-4.0/alsa-hda-fix-noise-on-amd-radeon-290x-controller.patch
queue-4.0/alsa-hda-add-headphone-quirk-for-lifebook-e752.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