diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-11-22 08:11:10 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-11-22 08:11:10 +0100 |
commit | d2b88e4c103f37584dc81ef8a41ca584c1ce847b (patch) | |
tree | 247ac000bec902fcc580757d236caa053755ea27 /sound/pci/intel8x0.c | |
parent | 2146dcfd15ad55cfdd18b45e1e6601d6a86f0cbe (diff) | |
parent | a1d71a2c91239ecc1c1f9c97a081d71ebd30bfe5 (diff) |
Merge branch 'fix/misc' into topic/misc
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r-- | sound/pci/intel8x0.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 400f9ebd243..629a5494347 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -1866,6 +1866,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { }, { .subvendor = 0x1028, + .subdevice = 0x0182, + .name = "Dell Latitude D610", /* STAC9750/51 */ + .type = AC97_TUNE_HP_ONLY + }, + { + .subvendor = 0x1028, .subdevice = 0x0186, .name = "Dell Latitude D810", /* cf. Malone #41015 */ .type = AC97_TUNE_HP_MUTE_LED |