summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/am7930var.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-8/+2
| | | | | | | | | the kernel_lock), as we already do better conversions in user-mode. Yet, no need for every single driver to fiddle with the conversion code as they are done transparently by common MI code. With help from armani and miod, support from mpi ok armani@
* Add the possibility for a MD attachment to stack a stream filter (sw_code)miod2011-09-041-1/+8
| | | | if it needs to rewrite the audio stream; adapted from NetBSD
* MI driver for AMD79C30 audio chip; from NetBSDmiod2011-09-031-0/+121