cvs commit: src/sys/dev/sound/pci/hda hdac.c hdac_private.h
Hasso Tepper
hasso at crater.dragonflybsd.org
Thu Nov 29 23:42:11 PST 2007
hasso 2007/11/29 23:41:28 PST
DragonFly src repository
Modified files:
sys/dev/sound/pci/hda hdac.c hdac_private.h
Log:
- Merge input/microphone support for ASUS A8N-VMCSM series.
- 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.
Obtained-from: FreeBSD
Revision Changes Path
1.10 +96 -40 src/sys/dev/sound/pci/hda/hdac.c
1.5 +3 -1 src/sys/dev/sound/pci/hda/hdac_private.h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/sound/pci/hda/hdac.c.diff?r1=1.9&r2=1.10&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/sound/pci/hda/hdac_private.h.diff?r1=1.4&r2=1.5&f=u
More information about the Commits
mailing list