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)
committerTakashi Iwai <tiwai@suse.de>
Fri, 4 Sep 2015 07:13:47 +0000 (09:13 +0200)
commit1adecc6755e1e4193b5618ddb2e107f6d6e88f4b
tree1efaeb9d17e96aac97f77d191ae405d383ae48b8
parentd5f362a7b977bdfaf8a955f3d604a29267bd5464
ALSA: hda - Add some FIXUP quirks for white noise on Dell laptop.

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

Cc: <stable@vger.kernel.org>
BugLink: https://bugs.launchpad.net/bugs/1492132
Signed-off-by: Woodrow Shen <woodrow.shen@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c