* Patch "ALSA: hda - Fix noise on AMD radeon 290x controller" has been added to the 4.0-stable tree
@ 2015-06-03 1:24 gregkh
0 siblings, 0 replies; only message in thread
From: gregkh @ 2015-06-03 1:24 UTC (permalink / raw)
To: tiwai, gregkh; +Cc: stable, stable-commits
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 <stable@vger.kernel.org> know about it.
>From 0fa372b6c95013af1334b3d5c9b5f03a70ecedab Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai@suse.de>
Date: Wed, 27 May 2015 16:17:19 +0200
Subject: ALSA: hda - Fix noise on AMD radeon 290x controller
From: Takashi Iwai <tiwai@suse.de>
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 <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
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 tiwai@suse.de 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-06-03 1:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03 1:24 Patch "ALSA: hda - Fix noise on AMD radeon 290x controller" has been added to the 4.0-stable tree gregkh
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.