summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/arcofi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make this build again.kettenis2016-09-191-2/+1
* Remove unused getdev() audio driver functions.ratchov2016-09-191-18/+1
* remove unused arcofi_drain() routineratchov2016-09-171-27/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-43/+1
* Adapt to the removal of the symbolic input and output port names frommiod2015-06-261-6/+5
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-81/+4
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* Call audio_{pint,rint}() call-backs with the mutex held. Found byratchov2014-08-201-2/+2
* yet another typomiod2014-08-191-2/+2
* Three independent typos for `independent' or `independently'.miod2014-08-191-2/+2
* Format string fixes and removal of -Wno-format for hppa kernels.miod2014-05-081-2/+2
* Introduce a global interrupt-aware mutex protecting dataratchov2013-05-151-16/+18
* Do not advertize this device as full-duplex. While I believe the Siemens chipmiod2012-01-021-2/+2
* Fix the documented CAVEAT by forcing the TX gain to minus infinity whenmiod2011-12-251-40/+40
* Default to a much smaller input gain on the MIC line, to improve recordingmiod2011-12-241-26/+26
* Add 16-bit modes to arcofi(4). Big-endian signed is native, others require somemiod2011-12-221-61/+139
* Work-in-progress driver for the HP ``Audio1'' device found on the HP 9000/425emiod2011-12-211-0/+1218