[alsa-devel] [PATCH] Include quirks from Ubuntu Dapper/Edgy/Feisty
# HG changeset patch # User crimsun@Box.ncat.edu # Date 1179219408 14400 # Node ID f38d824e5df6fb7d9677cce13f91ad868e617fe4 # Parent 38fe50050f000c3a9660134a86f713dc23f7ec79 [PATCH] Include quirks from Ubuntu Dapper/Edgy/Feisty
Included is a patch against current alsa-kernel hg tip adding quirks that Ubuntu Dapper/Edgy/Feisty contains.
Signed-off-by: Daniel T Chen crimsun@ubuntu.com
diff -r 38fe50050f00 -r f38d824e5df6 pci/ac97/ac97_patch.c --- a/pci/ac97/ac97_patch.c Mon May 14 18:40:07 2007 +0200 +++ b/pci/ac97/ac97_patch.c Tue May 15 04:56:48 2007 -0400 @@ -1782,6 +1782,11 @@ static unsigned int ad1981_jacks_blackli 0x10140534, /* Thinkpad X31 */ 0x10140537, /* Thinkpad T41p */ 0x10140554, /* Thinkpad T42p/R50p */ + 0x10140567, /* Thinkpad T43p 2668-G7U */ + 0x10140581, /* Thinkpad X41-2527 */ + 0x104380b0, /* Asus A7V8X-MX */ + 0x11790241, /* Toshiba Satellite A-15 S127 */ + 0x144dc01a, /* Samsung NP-X20C004/SEG */ 0 /* end */ };
diff -r 38fe50050f00 -r f38d824e5df6 pci/hda/patch_sigmatel.c --- a/pci/hda/patch_sigmatel.c Mon May 14 18:40:07 2007 +0200 +++ b/pci/hda/patch_sigmatel.c Tue May 15 04:56:48 2007 -0400 @@ -467,6 +467,8 @@ static struct snd_pci_quirk stac9200_cfg "Dell XPS M1710", STAC_REF), SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf, "Dell Precision M90", STAC_REF), + SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6, + "unknown Dell", STAC_REF), {} /* terminator */ };
diff -r 38fe50050f00 -r f38d824e5df6 pci/intel8x0.c --- a/pci/intel8x0.c Mon May 14 18:40:07 2007 +0200 +++ b/pci/intel8x0.c Tue May 15 04:56:48 2007 -0400 @@ -1799,6 +1799,18 @@ static struct ac97_quirk ac97_quirks[] _ }, { .subvendor = 0x1028, + .subdevice = 0x0186, + .name = "Dell Latitude D810", /* cf. Malone #41015 */ + .type = AC97_TUNE_HP_MUTE_LED + }, + { + .subvendor = 0x1028, + .subdevice = 0x0188, + .name = "Dell Inspiron 6000", + .type = AC97_TUNE_HP_MUTE_LED /* cf. Malone #41015 */ + }, + { + .subvendor = 0x1028, .subdevice = 0x0191, .name = "Dell Inspiron 8600", .type = AC97_TUNE_HP_ONLY @@ -1819,7 +1831,7 @@ static struct ac97_quirk ac97_quirks[] _ .subvendor = 0x103c, .subdevice = 0x088c, .name = "HP nc8000", - .type = AC97_TUNE_MUTE_LED + .type = AC97_TUNE_HP_MUTE_LED }, { .subvendor = 0x103c, @@ -1909,6 +1921,12 @@ static struct ac97_quirk ac97_quirks[] _ .subvendor = 0x10cf, .subdevice = 0x1253, .name = "Fujitsu S6210", /* STAC9750/51 */ + .type = AC97_TUNE_HP_ONLY + }, + { + .subvendor = 0x10cf, + .subdevice = 0x127e, + .name = "Fujitsu Lifebook C1211D", .type = AC97_TUNE_HP_ONLY }, {
At Tue, 15 May 2007 02:03:37 -0700, crimsun@fungus.sh.nu wrote:
# HG changeset patch # User crimsun@Box.ncat.edu # Date 1179219408 14400 # Node ID f38d824e5df6fb7d9677cce13f91ad868e617fe4 # Parent 38fe50050f000c3a9660134a86f713dc23f7ec79 [PATCH] Include quirks from Ubuntu Dapper/Edgy/Feisty
Included is a patch against current alsa-kernel hg tip adding quirks that Ubuntu Dapper/Edgy/Feisty contains.
Signed-off-by: Daniel T Chen crimsun@ubuntu.com
Thanks, applied to ALSA tree now.
Takashi
participants (2)
-
crimsun@fungus.sh.nu
-
Takashi Iwai