diff options
author | Daniel T Chen <seven.steps@gmail.com> | 2009-04-15 19:43:35 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-04-16 02:37:29 -0400 |
commit | 4611b043ce9c45cd8ac760b8379b02ceffe26b0d (patch) | |
tree | 64e401286f431c9624248866478127cdbaa86a9a | |
parent | 3ee8da87ba6151ec91b2b8bbd27633bb248ea0d5 (diff) |
ALSA: Intel8x0: Remove conflicting quirk for SSID 0x103c0934
While 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.
Reference: Ubuntu #44066 (https://launchpad.net/bugs/44066)
Signed-off-by: Daniel T Chen <seven.steps@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/intel8x0.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 5dced5b79387..b3180d063d3a 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -1896,12 +1896,6 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { | |||
1896 | }, | 1896 | }, |
1897 | { | 1897 | { |
1898 | .subvendor = 0x103c, | 1898 | .subvendor = 0x103c, |
1899 | .subdevice = 0x0934, | ||
1900 | .name = "HP nx8220", | ||
1901 | .type = AC97_TUNE_MUTE_LED | ||
1902 | }, | ||
1903 | { | ||
1904 | .subvendor = 0x103c, | ||
1905 | .subdevice = 0x129d, | 1899 | .subdevice = 0x129d, |
1906 | .name = "HP xw8000", | 1900 | .name = "HP xw8000", |
1907 | .type = AC97_TUNE_HP_ONLY | 1901 | .type = AC97_TUNE_HP_ONLY |