summaryrefslogtreecommitdiff
path: root/sys/dev/audio/audiodef.h
AgeCommit message (Expand)Author
2022-08-13audio: Rework about usrbuf allocation.isaki
2022-04-23audio(4): Remove no longer used counters.isaki
2022-04-20audio(4): Rework AUDIO_GETOOFFS.isaki
2022-04-20audio(4): Make recording buffer more robust.isaki
2021-08-21s/recoding/recording/ in comments where it didn't actually mean recoding.andvar
2020-09-13Support audio descriptor for fstat(1).isaki
2020-04-29Set AUDIO_BLK_MS 40 msec on other old(slow) architectures not only m68k.isaki
2020-03-28Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68kisaki
2020-03-05Revert "Include opt_diagnostic.h for DIAGNOSTIC."riastradh
2020-03-05Include opt_diagnostic.h for DIAGNOSTIC.riastradh
2020-02-23Prevent a race between audiodetach and fileops methods using psref(9).isaki
2020-02-22Improve KASSERT messages.isaki
2020-01-25defopt AUDIO_BLK_MSjmcneill
2019-07-06Implement auto recovery of the mixing volume.isaki
2019-06-26Improve audiobell (and interfaces with audio).isaki
2019-06-25Put the lowered mixing volume back when all playback tracks are closed.isaki
2019-06-10Use AUDIO_SCALEDOWN() macro rather than seemingly strange ifdefs.isaki
2019-05-23Remove unnecessary file lock.isaki
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki