At Wed, 11 Feb 2004 16:02:00 +0100, Kristof vansant wrote: > > This: ?
yes. > > > 0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/ > A/8235 AC97 Audio Controller (rev 60) > > 0000:00:11.5 Class 0401: 1106:3059 (rev 60) > Subsystem: 1462:5901 > Flags: medium devsel, IRQ 11 > I/O ports at d800 > Capabilities: [c0] Power Management version 2 could you test the attached patch? thanks, Takashi
Index: alsa-kernel/pci/via82xx.c =================================================================== RCS file: /suse/tiwai/cvs/alsa/alsa-kernel/pci/via82xx.c,v retrieving revision 1.94 diff -u -r1.94 via82xx.c --- alsa-kernel/pci/via82xx.c 11 Feb 2004 12:05:28 -0000 1.94 +++ alsa-kernel/pci/via82xx.c 11 Feb 2004 15:06:44 -0000 @@ -1994,6 +1994,7 @@ { .vendor = 0x14ff, .device = 0x0403, .action = VIA_DXS_ENABLE }, /* Twinhead mobo */ { .vendor = 0x1462, .device = 0x3800, .action = VIA_DXS_ENABLE }, /* MSI KT266 */ { .vendor = 0x1462, .device = 0x7120, .action = VIA_DXS_ENABLE }, /* MSI KT4V */ + { .vendor = 0x1462, .device = 0x5901, .action = VIA_DXS_NO_VRA }, /* MSI KT6 Delta-SR */ { .vendor = 0x1631, .device = 0xe004, .action = VIA_DXS_ENABLE }, /* Easy Note 3174, Packard Bell */ { .vendor = 0x1695, .device = 0x3005, .action = VIA_DXS_ENABLE }, /* EPoX EP-8K9A */ { .vendor = 0x1849, .device = 0x3059, .action = VIA_DXS_NO_VRA }, /* ASRock K7VM2 */