summaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/cs4281.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Replace several bus_alloc_resource() calls with bus_alloc_resource_any()Justin Hibbits2016-02-271-6/+5
* Remove check for obsolete FreeBSD versionsBaptiste Daroussin2014-11-031-12/+0
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-4/+1
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-26/+33
* Separate comments from the license text.Joel Dahl2009-05-271-1/+3
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-171-5/+1
* Filter/compress the amount of channel trigger. This should reduceAriff Abdullah2007-06-111-0/+1
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-181-1/+1
* MFp4 (114068):Alexander Leidinger2007-02-231-1/+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
* Rename the sound device drivers:Seigo Tanimura2004-07-161-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Augment /dev/sndstat with the module names, if applicable.Mathew Kanner2004-03-061-2/+2
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-2/+2
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Mega busdma API commit.Scott Long2003-07-011-1/+2
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().Olivier Houchard2003-02-201-1/+1
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-3/+0
* s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}.Orion Hodson2002-08-231-1/+1
* use pcm_getbuffersize()Orion Hodson2001-10-101-5/+9
* Return updated blocksize from setblocksize function.Orion Hodson2001-09-031-1/+1
* Fix return value of cs4281chan_setblocksize.Orion Hodson2001-09-031-1/+1
* many changes:Cameron Grant2001-08-231-3/+3
* Use the M_ZERO flag to malloc(9)George C A Reid2001-06-211-2/+1
* use a global devclass for all drivers - i'm not entirely sure why thisCameron Grant2001-06-161-3/+1
* Add power on to start sequence for 4.x kernels.Orion Hodson2001-04-191-2/+11
* mega-commit.Cameron Grant2001-03-241-7/+7
* only mess with the power state on 5.xCameron Grant2001-03-051-1/+2
* add power management support.Cameron Grant2001-02-131-91/+101
* add driver for CS4281 sound chipsCameron Grant2001-02-041-0/+961