summaryrefslogtreecommitdiff
path: root/sys/dev/audio_if.h
AgeCommit message (Expand)Author
1998-08-17* Redo the way the way the MIDI driver attaches to audio devices.augustss
1998-08-12Tidy up and rename some functions in the MIDI driver.augustss
1998-08-09Add trigger_output and trigger_input entry points, which replacemycroft
1998-08-08Use splaudio on the arm32 port.mycroft
1998-08-07Add MIDI support. The MIDI devices can be accessed as ``raw'' throughaugustss
1998-03-03Avoid the name free so the MALLOCLOG option works again.augustss
1998-01-10don't run minor() macro twice in ISDEV...() macro definitionstv
1997-10-29Do audio attachment the right way. From Chris Demetriou.augustss
1997-10-19Make the audio API (almost) SunOS compatible.augustss
1997-09-06Move around splaudio() to (hopefully) get rid of some rare race conditions.augustss
1997-08-24- Change audio_hw_if a little: set_param now sets the play and record modesaugustss
1997-08-19Change the MI audio driver so it attaches to the MD driver in theaugustss
1997-08-18Implement /dev/audioctl. It behaves much like /dev/sound, but onlyaugustss
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-27Changes to the sudio system:augustss
1997-05-20Make the audio default parameters into a globally accessible constant.augustss
1997-05-09Change the interface between high and lowlevel audio drivers again:augustss
1997-04-29Change the interface between the high and low level audio driversaugustss
1997-03-21Use native IPL_AUDIO for i386.mycroft
1997-03-20Combine set_encoding and set_precision into a single set_format interface.mycroft
1997-03-13Don't share the silence block between devices. Make silence filling work formycroft
1996-03-07prototypes for ccd audio and ncr5380christos
1995-12-24The IST_* and IPL_* constants are not bus-specific; don't treat them as such.mycroft
1995-07-19GUS audio driver from John Kohl.brezak
1995-07-07Common splaudio and ISA_IPL_AUDIObrezak
1995-05-08Remove stringsbrezak
1995-03-25Use void* rather than caddr_t in many places.mycroft
1995-02-21New audio subsystembrezak