summaryrefslogtreecommitdiff
path: root/sys/dev/ic/arcofi.c
AgeCommit message (Expand)Author
2022-10-28Replace audio(9) get_props() with duplex check in open() in non-duplex driversKlemens Nanni
2022-06-27Fix comment.Miod Vallat
2022-03-21Constify struct {audio,midi,radio,video}_hw_if. No functional change.Miod Vallat
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2016-09-19Make this build again.Mark Kettenis
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-17remove unused arcofi_drain() routineAlexandre Ratchov
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()Alexandre Ratchov
2015-06-26Adapt to the removal of the symbolic input and output port names fromMiod Vallat
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-08-20Call audio_{pint,rint}() call-backs with the mutex held. Found byAlexandre Ratchov
2014-08-19yet another typoMiod Vallat
2014-08-19Three independent typos for `independent' or `independently'.Miod Vallat
2014-05-08Format string fixes and removal of -Wno-format for hppa kernels.Miod Vallat
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2012-01-02Do not advertize this device as full-duplex. While I believe the Siemens chipMiod Vallat
2011-12-25Fix the documented CAVEAT by forcing the TX gain to minus infinity whenMiod Vallat
2011-12-24Default to a much smaller input gain on the MIC line, to improve recordingMiod Vallat
2011-12-22Add 16-bit modes to arcofi(4). Big-endian signed is native, others require someMiod Vallat
2011-12-21Work-in-progress driver for the HP ``Audio1'' device found on the HP 9000/425eMiod Vallat