Update of /cvsroot/alsa/alsa-kernel/pci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14110/pci
Modified Files:
intel8x0.c via82xx.c
Log Message:
- fixed ALC100/P Master/PCM volume handling (h/w bug)
- added ALC65x JACK quirk
- disabled IC5 PERL mobo quirk
- fixed Mic/Center sharing switch on ALC65x.
- fixed Mic BIAS on ALC650.
- added extra delay in the resume if needed.
- renamed "External Amplifier Power Down" to "External Amplifier"
- added a workaround for the reversed EAPD of cs46xx voyetra.
Index: intel8x0.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/intel8x0.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- intel8x0.c 2 Mar 2004 18:42:58 -0000 1.121
+++ intel8x0.c 5 Mar 2004 12:04:43 -0000 1.122
@@ -1674,6 +1674,12 @@
static struct ac97_quirk ac97_quirks[] __devinitdata = {
{
+ .vendor = 0x1014,
+ .device = 0x1f00,
+ .name = "MS-9128",
+ .type = AC97_TUNE_ALC_JACK
+ },
+ {
.vendor = 0x1028,
.device = 0x00d8,
.name = "Dell Precision 530", /* AD1885 */
@@ -1773,6 +1779,7 @@
.name = "Intel ICH5/AD1985",
.type = AC97_TUNE_AD_SHARING
},
+#if 0 /* FIXME: this seems wrong on most boards */
{
.vendor = 0x8086,
.device = 0xa000,
@@ -1780,6 +1787,7 @@
.name = "Intel ICH5/AD1985",
.type = AC97_TUNE_HP_ONLY
},
+#endif
{ } /* terminator */
};
Index: via82xx.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/via82xx.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- via82xx.c 2 Mar 2004 15:32:37 -0000 1.89
+++ via82xx.c 5 Mar 2004 12:04:43 -0000 1.90
@@ -1565,6 +1565,18 @@
.name = "ASRock K7VM2",
.type = AC97_TUNE_HP_ONLY /* VT1616 */
},
+ {
+ .vendor = 0x14cd,
+ .device = 0x7002,
+ .name = "Unknown",
+ .type = AC97_TUNE_ALC_JACK
+ },
+ {
+ .vendor = 0x1071,
+ .device = 0x8590,
+ .name = "Mitac Mobo",
+ .type = AC97_TUNE_ALC_JACK
+ },
{ } /* terminator */
};
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog