summaryrefslogtreecommitdiff
path: root/sys/dev/isa/sbdsp.c
AgeCommit message (Expand)Author
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-02-07Add a new function call to the ISA DMA API: isa_dmamaxsize(), which returnsthorpej
2000-01-20Simplify sbdsp_pause().thorpej
1999-11-01Make little endian and big endian version of all functionsaugustss
1999-10-10Fix one more #ifdef, and now it actually compiles again. *sigh*mycroft
1999-08-04Use NMPU not NMIDI around call to mpu_intr.augustss
1999-08-02Move the mpu device declaration to conf/files.augustss
1999-03-22Make sure we clean up any DMA maps if the open fails.mycroft
1999-03-22Several things:mycroft
1999-02-22Use DMAMODE_LOOPDEMAND. Tested on a ViBRA16.mycroft
1999-02-18spaces -> tabsmycroft
1999-02-18Remove some superfluous softc elements.mycroft
1999-02-18Add separate halt_output and halt_input routines.mycroft
1999-02-17Fix slight ommission in previous.mycroft
1999-02-17Pass the direction to the allocm and round_buffersize methods.mycroft
1999-02-17If we have an 8-bit DRQ, always pass that to isa_malloc().mycroft
1999-01-08Avoid arithmetic on `void *' since that's not ANSI C.augustss
1998-08-17* Redo the way the way the MIDI driver attaches to audio devices.augustss
1998-08-10Fix typo.augustss
1998-08-10Minor change.mycroft
1998-08-10Slow down, Wilbur.mycroft
1998-08-10Fix a typo I introduced in the MIDI code.mycroft
1998-08-10For models prior to the SB16, there is only one clock divider, so couple themycroft
1998-08-10Use the new trigger_{in,out}put interface.mycroft
1998-08-07Add MIDI support. The MIDI devices can be accessed as ``raw'' throughaugustss
1998-06-09Adjust for changes to the ISA DMA API.thorpej
1998-03-04Use lower case "agc" for consistency.augustss
1998-01-30Fix for the vibra16x from Lennart Augusts: saying that the dsp4.16 wasbouyer
1997-12-02Set the gain to 1/2 by default; 3/4 is too loud and can damage headphones andmycroft
1997-10-19Make the audio API (almost) SunOS compatible.augustss
1997-10-16Make sure the 'input' class is used even for the 1345 mixer.augustss
1997-10-11AudioElinear -> AudioEslinearmycroft
1997-10-11AudioC[A-Z] -> AudioC[a-z]mycroft
1997-10-06Keep filter when setting source on SB Pro.augustss
1997-09-09Change the way we determine what interrupt routine to use to makeaugustss
1997-08-29Substantial rewrite of the SB driver to make it do full duplex on an SB16.augustss
1997-08-24Add mute and channels swap to the mixer capabilites.augustss
1997-08-24- Change audio_hw_if a little: set_param now sets the play and record modesaugustss
1997-08-19Avoid munging audio_defaults.augustss
1997-08-11Round mixer values correctly when setting them.augustss
1997-08-04Audio:augustss
1997-07-31Audio changes:augustss
1997-07-28Audio: Remove the machine dependant code I put in audio.c by mistake.augustss
1997-07-28audio: Minor cleanup and enable looping DMA for PSS and PAS.augustss
1997-07-27audio: Simplify handling of AUDIO_SETFD and committing of encoding mode.augustss
1997-07-27Changes to the sudio system:augustss
1997-07-15In the name of backwards compatibility AUDIO_ENCODING_LINEAR has beenaugustss
1997-06-13Fix a braino in record source selection and a pasto in detectingaugustss
1997-06-06Pull thorpej-bus-dma branch into mainline.thorpej