summaryrefslogtreecommitdiff
path: root/sys/dev/pci/eap.c
AgeCommit message (Collapse)Author
1999-12-13(hopefully) fix pauses reported by ES1370 usersConstantine Sapuntzakis
Fix failure to start playing in my ES1371-based card. Was caused by a disabled sample rate converter. Support for newer ES1371 variants Codec and sample-rate converter functions updated to reflect black magic in FreeBSD
1999-10-10Print out the irq in attach. Thanks downsj@cvsConstantine Sapuntzakis
1999-10-05Ensoniq ES1371 support.Constantine Sapuntzakis
Thanks to Ezra Story (ezy@panix.com)
1999-03-23simplify irq stringTheo de Raadt
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist
1998-11-03Update audio_hw_if, fix problems.Jason Downs
1998-10-28Changes from NetBSD, clean up, avoid hanging if the codec is out to lunch.Jason Downs
1998-06-02From NetBSD, Lennart Augustsson <augustss@cs.chalmers.se>:Niels Provos
Add a driver for the Ensoniq AudioPCI sound card. The driver still needs some testing, but it seems to produce sound. The driver was written by me, but since I don't have the hardware the debugging and testing was done by Andreas Gustafsson <gson@araneus.fi>, Chuck Cranor <chuck@maria.wustl.edu>, and Phil Nelson <phil@cs.wwu.edu>. Thanks.