summaryrefslogtreecommitdiff
path: root/sys/dev/audiovar.h
AgeCommit message (Expand)Author
1998-03-03Avoid the name free so the MALLOCLOG option works again.augustss
1997-10-19Make the audio API (almost) SunOS compatible.augustss
1997-08-19Change the MI audio driver so it attaches to the MD driver in theaugustss
1997-08-11Implement delivery of SIGIO on changes to /dev/mixer.augustss
1997-08-08Make setting the audio block size sticky.augustss
1997-07-31Audio changes:augustss
1997-07-27Fix divide by 0 bug in audio driver.augustss
1997-07-27Changes to the sudio system:augustss
1997-04-29Change the interface between the high and low level audio driversaugustss
1997-03-20Fill in silence-padded blocks so we don't get gaps. From PR 3357,mycroft
1997-03-13Don't share the silence block between devices. Make silence filling work formycroft
1996-02-20Trivial (and probably not very good) implementation of SIGIO.mycroft
1996-02-17Fix PR#2060 (add AUDIO_PERROR ioctl to query # of playback drops), alsojtk
1996-02-16Eliminate sc_silence, and handle output interrupts somewhat differently.mycroft
1996-02-05Don't adjust the number of blocks in the ring buffer if the driverscottr
1995-05-08Remove stringsbrezak
1995-03-25Use void* rather than caddr_t in many places.mycroft
1995-02-21New audio subsystembrezak