cvs commit: src/sys/dev/sound/pci/hda hdac.c hdac_private.h
Ariff Abdullah
ariff at FreeBSD.org
Sun Jul 1 17:31:21 UTC 2007
ariff 2007-07-01 17:31:20 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c hdac_private.h
Log:
- Fix input/microphone support for ASUS A8N-VMCSM series.
Submitted by: Simon Schubert <corecode at fs.ei.tum.de>
- Defer flushing unsolicited response into taskqueue thread rather
than handle it directly in interrupt handler, since few of its
operations (like measuring/calibrating jack impedance) are quite
expensive.
- Misc. debugging cleanups.
Tested by: joel
Approved by: re (hrs)
MFC after: 3 days
Revision Changes Path
1.43 +107 -39 src/sys/dev/sound/pci/hda/hdac.c
1.7 +2 -0 src/sys/dev/sound/pci/hda/hdac_private.h
More information about the cvs-src
mailing list