aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/sbus/cs4231.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sparc64 kernel supportWarner Losh2020-02-031-1566/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-091-1/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-2/+4
* Fix typos.Rebecca Cran2010-11-091-2/+2
* Fix compile time warning on sparc64, thanks to strict kobj signatures checking.Ariff Abdullah2009-06-081-10/+9
* Fix build on sparc64.Ariff Abdullah2009-06-071-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-16/+20
* Spelling fix for interupt -> interruptKevin Lo2007-10-121-1/+1
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-171-5/+1
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-181-1/+1
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountAriff Abdullah2007-03-151-6/+1
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-211-1/+1
* - Probe the CS4231 in USIII machines.Marius Strobl2007-01-181-6/+4
* Take advantage of ebus(4) having switched to SYS_RES_MEMORY for theMarius Strobl2005-05-191-5/+2
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Device driver for onboard CS4231 audio controller which is foundPyun YongHyeon2004-10-251-0/+1573