-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1While cleaning up quirks, I noticed that there is a duplicated quirk for the SSID 0x103c0934. Looking back through the bug reports, I've concluded that there is only one necessary quirk (hp_mute_led), so this patch removes the conflicting one.
Thanks, Daniel T Chen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iD8DBQFJ5nEoe9GwFciKvaMRAqf+AJ45j7iM7XYnV+bDO9sa7fj4XjpHlQCfSSAw mOJvx87TYvsMbGw5g/aS8Ds= =rvle -----END PGP SIGNATURE-----
From 51850f6e6363da50bef6ff1033f0937ea6bcc36c Mon Sep 17 00:00:00 2001 From: Daniel T Chen <seven.steps@xxxxxxxxx> Date: Wed, 15 Apr 2009 19:22:38 -0400 Subject: [PATCH] Reference: Ubuntu #44066 (https://launchpad.net/bugs/44066) Remove conflicting quirk for SSID 0x103c0934 Signed-off-by: Daniel T Chen <seven.steps@xxxxxxxxx> --- pci/intel8x0.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/pci/intel8x0.c b/pci/intel8x0.c index 5dced5b..b3180d0 100644 --- a/pci/intel8x0.c +++ b/pci/intel8x0.c @@ -1896,12 +1896,6 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { }, { .subvendor = 0x103c, - .subdevice = 0x0934, - .name = "HP nx8220", - .type = AC97_TUNE_MUTE_LED - }, - { - .subvendor = 0x103c, .subdevice = 0x129d, .name = "HP xw8000", .type = AC97_TUNE_HP_ONLY -- 1.6.0.4
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel