Update of /cvsroot/alsa/alsa-kernel/pci
In directory sc8-pr-cvs1:/tmp/cvs-serv24508
Modified Files:
intel8x0.c via82xx.c
Log Message:
added ac97 quirks:
- Dell Precision 530 and Dimension 8300 (by Simon Munton <[EMAIL PROTECTED]>)
- HP onboard
Index: intel8x0.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/intel8x0.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- intel8x0.c 5 Sep 2003 17:46:42 -0000 1.91
+++ intel8x0.c 23 Sep 2003 14:31:44 -0000 1.92
@@ -1580,11 +1580,23 @@
static struct ac97_quirk ac97_quirks[] __devinitdata = {
{
.vendor = 0x1028,
+ .device = 0x00d8,
+ .name = "Dell Precision 530",
+ .type = AC97_TUNE_HP_ONLY
+ },
+ {
+ .vendor = 0x1028,
.device = 0x0126,
.name = "Dell Optiplex GX260",
.type = AC97_TUNE_HP_ONLY
},
{
+ .vendor = 0x1028,
+ .device = 0x0157,
+ .name = "Dell Dimension 8300",
+ .type = AC97_TUNE_SWAP_SURROUND
+ },
+ {
.vendor = 0x1043,
.device =0x80b0,
.name = "ASUS P4PE Mobo",
@@ -1668,6 +1680,12 @@
.device = 0xa000,
.mask = 0xfff0,
.name = "Intel ICH5/AD1985 (discrete)",
+ .type = AC97_TUNE_HP_ONLY
+ },
+ {
+ .vendor = 0x103c,
+ .device = 0x00c3,
+ .name = "Hewlett-Packard onboard",
.type = AC97_TUNE_HP_ONLY
},
{ } /* terminator */
Index: via82xx.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/via82xx.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- via82xx.c 17 Sep 2003 12:42:05 -0000 1.51
+++ via82xx.c 23 Sep 2003 14:31:44 -0000 1.52
@@ -1968,6 +1968,7 @@
{
static struct dxs_whitelist whitelist[] = {
{ .vendor = 0x1019, .device = 0x0996, .action = VIA_DXS_48K },
+ { .vendor = 0x1297, .device = 0xc160, .action = VIA_DXS_ENABLE }, /*
Shuttle SK41G */
{ } /* terminator */
};
struct dxs_whitelist *w;
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog