]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: hda - Add some FIXUP quirks for white noise on Dell laptop.
authorWoodrow Shen <woodrow.shen@canonical.com>
Fri, 4 Sep 2015 07:08:12 +0000 (15:08 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 17:26:02 +0000 (19:26 +0200)
commit0ea955bb6792090d06e93a4822407d6d6238bf74
tree4265b4fc99a1f4bc037cbdee8361f28d22ae4f6d
parent68e17e9c950fcde261e286491b24d2015ea0edcb
ALSA: hda - Add some FIXUP quirks for white noise on Dell laptop.

commit 1adecc6755e1e4193b5618ddb2e107f6d6e88f4b upstream.

Dell laptop has a series model to use the same codec but different subsystem ID.
At the same time they happens the white noise by login screen and headphone;
for fixing them together, I only can add these IDs to FIXUP function ALC292_FIXUP_DISABLE_AAMIX,
then try to solve such the similar issues.

Codec: Realtek ALC3235
Vendor Id: 0x10ec0293
Subsystem Id: 0x102806dd
Subsystem Id: 0x102806df
Subsystem Id: 0x102806e0

BugLink: https://bugs.launchpad.net/bugs/1492132
Signed-off-by: Woodrow Shen <woodrow.shen@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_realtek.c