]> git.hungrycats.org Git - linux/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:33:22 +0000 (19:33 +0200)
commit10ea455b243a94df5db2aa0bb0b3a60d32f3c712
tree29ef847f7db2551e6cdc3ba4d4724f360865b634
parent0cbf2e06872cb0f544710f594370c1943891c9ed
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