summaryrefslogtreecommitdiff
path: root/sys/dev/pci/eap.c
AgeCommit message (Expand)Author
2001-11-13add RCSIDlukem
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2001-09-03Fixed compiling error when AUDIO_DEBUG was switched on ...reinoud
2001-04-24It appears there's a race condition when disabling a channel that causes us tomycroft
2001-01-27ANSIfy.augustss
2001-01-27Sleep a little when closing the midi device to allow the UART to drain.augustss
2000-12-28Change pci_intr_map to get interrupt source information from a "structsommerfeld
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-01Update URLs.augustss
2000-05-15ac97.h -> ac97var.hthorpej
2000-05-01Change the way the codec is access to mimic how Linux&FreeBSD does it.augustss
2000-04-30Add driver for C-Media CMI8x38 Audio Chip. From Takuya SHIOZAKI <AoiMoe@imou.to>augustss
2000-04-24Move a test if the MIDI is open outside a loop in the interrupt routine.augustss
2000-03-19Make it a bit more clear which functions are specific to which models.soren
2000-03-11The shortened 1371 reset delay in revision 1.32 doesn't seem to besoren
2000-03-06Make Creative Soundblaster PCI 128's work -- from Masahiro Ishiyamaperry
1999-11-02Shorten some delay()s. From WITEK Wnuk <witek@atari.org>augustss
1999-11-02Fix crash when both 1370 and 1371/1373 devices are configured.soren
1999-11-01Make little endian and big endian version of all functionsaugustss
1999-10-29Add MIDI support.augustss
1999-10-27Add support for ES1371. From OpenBSD and Ezra Story <ezy@panix.com>.augustss
1999-09-01Don't make a human-readable device description being printed at attach timekleink
1999-07-10Fix a buglet in the driver's DMA buffer list ipmlementation, causing the next-kleink
1999-02-18Pass the correct address (PCI bus address, not PA) to the card.mycroft
1999-02-18Minor code munging.mycroft
1999-02-17Fix a silly type.mycroft
1999-02-17Update comments.mycroft
1999-02-17Pass the direction to the allocm and round_buffersize methods.mycroft
1999-01-08Fix more `void *' arithmetic.augustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-11-19fix problems in many d_mmap routines:mrg
1998-08-25Add some braces to make egcs happy.thorpej
1998-08-17* Redo the way the way the MIDI driver attaches to audio devices.augustss
1998-08-15Make copyright notices with my name consistent.mycroft
1998-08-12Associate the preamp with the mic volume in the input class.mycroft
1998-08-12Oops; fix typos.mycroft
1998-08-12Add a knob to enable/disable the mic preamp.mycroft
1998-08-10For consistency, only do the rate coupling in full-duplex mode.mycroft
1998-08-09Minor cleanup to debugging cruft.mycroft
1998-08-09Several things:mycroft
1998-07-06Add mixer output selection.augustss
1998-06-08Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-05-26Fix a recording problem that occurs when the EAP chip sends itsaugustss
1998-05-06Remove some lint.augustss
1998-05-02Adjust PCLKDIV by 2 to correct the output sample rate. (Unfortunately, thismycroft
1998-05-02Oops; fix typo.mycroft
1998-05-02Fix reading of the master volume, and a hack that seems to make stereo outputmycroft
1998-05-01Add a driver for the Ensoniq AudioPCI sound card. The driver stillaugustss