summaryrefslogtreecommitdiff
path: root/sys/dev/spkr.c
AgeCommit message (Expand)Author
2019-04-18White space and indent fix.isaki
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-10-28Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h".riastradh
2017-07-01On a forcefull detach wait for spkr to close as the detach has tonat
2017-06-14Ensure to detach children.nat
2017-06-11Implement xxx_rescan() and xxx_childdet() functions; these will bepgoyette
2017-06-11Clean up the spkr_modcmd() routine so it returns ENOTTY for all commandspgoyette
2017-06-11The wsmux.h file is only created for kernel builds.pgoyette
2017-06-11New device wsbell - allows for a console beep for non pckbds (usb etc).nat
2017-06-11Add ioctls for setting and getting the beep volume. Currently onlynat
2017-06-01Add infrastructure for modularization of audio, midi, and sequencerpgoyette
2017-01-06Implement a common spkr_detach() function and call it from thepgoyette
2016-12-15Add the module glue to the common spkr code.pgoyette
2016-12-13Restructure speaker devices so that there can be multiple of them, and havechristos
2016-12-09fix module buildchristos
2016-12-09move spkrio.h out of isachristos
2016-12-09more spkr rework.christos