summaryrefslogtreecommitdiff
path: root/sys/dev/audio
AgeCommit message (Expand)Author
2021-06-01audio(4): Make sure to return ENXIO if device is being detached.riastradh
2021-06-01audio(4): Set AUMODE_PLAY/RECORD only if asked _and_ supported.riastradh
2021-05-02audio: Only score hardware formats by channel count at count<=2nia
2021-04-26audioprint(): handle AUDIODEV_TYPE_AUX.thorpej
2021-04-26audio_attach_mi(): Be explicit about using the "audiobus" interface attribute,thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-03-20Fix and improve the buffer length calculation to avoid zero lengthisaki
2021-02-14Add missing curlwp_bindx() corresponding to curlwp_bind().isaki
2021-02-09Protect also audioopen() and audiobellopen() from audiodetach() withisaki
2021-02-09Change the lock conditions to call audio_unlink().isaki
2021-01-15Improve error messages.isaki
2021-01-15Change (harmless) zero-length debug messages.isaki
2020-12-19Use sel{record,remove}_knote().thorpej
2020-12-13Revise comments.isaki
2020-12-13Fix a return value of audiopoll().isaki
2020-12-13Avoid a dead lock in audiodetach, since rev 1.63.isaki
2020-12-13Add missing newline.isaki
2020-12-09Rewrite error handling on audio_open().isaki
2020-12-09Fix that audio_open() didn't halt the recording mixer correctlyisaki
2020-09-13Support audio descriptor for fstat(1).isaki
2020-09-12Improve slinear16-to-mulaw conversion calculation.isaki
2020-09-07Fix misspellings in comment.isaki
2020-08-23Improve debug messages.isaki
2020-08-23Improve and update comments.isaki
2020-08-23Style fixes.isaki
2020-05-29Fix suspend/resume.isaki
2020-05-26audio: Only restart recording mixer on resume if it's already been startednia
2020-05-26audio: remove comment that is no longer validnia
2020-05-26audio: Restore compat with Solaris for 8-bit LINEAR.nia
2020-05-26audio: Fix logic for resuming when the device is in use.nia
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2020-05-01Move machine dependent AUDIO_BLK_MS default value to <machine/param.h>.isaki
2020-04-29Set AUDIO_BLK_MS 40 msec on other old(slow) architectures not only m68k.isaki
2020-04-19Improve the blocksize notation.isaki
2020-04-17Improve diagnostic messages.isaki
2020-03-28Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68kisaki
2020-03-26Fix to start recording immediately when open() with READ mode isisaki
2020-03-07Fix/Update comments about allocm/freem.isaki
2020-03-07Split sc_lock and sc_exlock.isaki
2020-03-05Revert "Include opt_diagnostic.h for DIAGNOSTIC."riastradh
2020-03-05Include opt_diagnostic.h for DIAGNOSTIC.riastradh
2020-03-04Restore backward compatibility with netbsd-7 audio.isaki
2020-03-01Improve an error message about round_blocksize.isaki
2020-03-01Fix wrong parameter displayed in debug messages.isaki
2020-03-01Reinitialize the sticky parameters whenever the hardware format is changed.isaki
2020-02-29Minor fix. audio_prinfo.pause is u_char, not bool.isaki
2020-02-29Release memories on audiobellclose.isaki
2020-02-23Prevent a race between audiodetach and fileops methods using psref(9).isaki
2020-02-23Improve error handling around audio_hw_probe().isaki
2020-02-23Make start_input/halt_input optional if the driver has no recording,isaki