summaryrefslogtreecommitdiff
path: root/sys/dev/audio
AgeCommit message (Expand)Author
2023-06-05We cannot handle input with precision != stride yet.mlelstv
2023-04-23print stage formats with AUDIO_DEBUGmlelstv
2023-04-23Be a little bit more informative on device timeout.mlelstv
2023-04-23Whitespacemlelstv
2023-04-23Enable 24bit support by default.mlelstv
2023-04-23Add 24bit/32bit hardware support.mlelstv
2023-04-23Whitespacemlelstv
2023-04-23Make audio_device information available to drvctl and devpubd.mlelstv
2023-04-17Input and output codecs produce and consume internal audio data, somlelstv
2022-08-25audio(4): Fix bug in detaching audio16 and beyond.riastradh
2022-08-13audio: Rework about usrbuf allocation.isaki
2022-07-06uvm(9): fo_mmap caller guarantees positive size.riastradh
2022-04-23audio(4): Fix a typo in comment. Remove several old comments.isaki
2022-04-23audio(4): Clean up about audio_realloc().isaki
2022-04-23audio(4): Remove no longer used counters.isaki
2022-04-23audio(4): Restore(implement) AUDIO_GETIOFFS ioctl.isaki
2022-04-23audio(4): Fix an (unintended) minor behavior on AUDIO_FLUSH.isaki
2022-04-21#if 0 now unused audio_track_is_record() to appease clangmacallan
2022-04-20audio(4): Rework AUDIO_GETOOFFS.isaki
2022-04-20audio(4): Make recording buffer more robust.isaki
2022-04-20audio(4): Make debug messages better in audio_ioctl() and mixier_ioctl().isaki
2022-04-19audio(4): Wait for opens to drain in detach.riastradh
2022-04-09audio(4): Use membar_acquire, not membar_enter.riastradh
2022-03-31For device modules that provide both auto-config and /dev/xxxpgoyette
2022-03-28audio(4): Use d_cfdriver/devtounit to avoid open/detach races.riastradh
2022-03-26Add terminology comments.isaki
2022-03-26Improve comments.isaki
2022-03-26Remove a dead code in audio_track_record().isaki
2022-03-26Clarify the assertion in audio_rmixer_process().isaki
2022-03-26Fix conditions that audio_read() calls audio_track_record().isaki
2022-03-14audio(4): Fix typo in previous -- atomic_store_release, not reease.riastradh
2022-03-14audio(4): Membar audit.riastradh
2021-12-12fix various typos, mainly in comments.andvar
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-12-05s/faciliate/facilitate/ in comment.msaitoh
2021-10-10audio(9): Issue pserialize_perform outside sc_lock in audiodetach.riastradh
2021-10-10audio(9): Call hw_if->getdev without sc_lock.riastradh
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2021-09-07s/aquire/acquire/ in comments, also one typo fix acqure->acquire.andvar
2021-08-21s/recoding/recording/ in comments where it didn't actually mean recoding.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-21need <sys/param.h> for COHERENCY_UNITskrll
2021-07-21AUDIO_SETINFO: fix a bug that the gain and the balance could not be setisaki
2021-06-08audio(4): Revert revision 1.96 and redo it another way.riastradh
2021-06-04audio(4): When closing /dev/audioN, drain before removing from list.riastradh
2021-06-01audio(4): audio_unlink never fails, so make it return void.riastradh
2021-06-01audio(4): Insert mixers and audioctls into sc_files on open too.riastradh
2021-06-01audio(4): No need to set file->dying when closing the file.riastradh
2021-06-01audio(4): Grab sc->sc_cred under sc->sc_lock before freeing.riastradh
2021-06-01audio(4): Use kmem_alloc(sizeof(*p)) style.riastradh