aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/t4dwave.c
Commit message (Expand)AuthorAgeFilesLines
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Remove sparc64 kernel supportWarner Losh2020-02-031-31/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-121-1/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-5/+2
* - According to Linux, the ALi M5451 can do 31-bit DMA instead of justMarius Strobl2009-09-221-18/+78
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-28/+32
* Limit total playback channels to just 1, for ALi M5451.Ariff Abdullah2007-11-101-3/+23
* 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-2/+2
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-181-2/+2
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountAriff Abdullah2007-03-151-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-4/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Limit DMA address space to 1GB since the trident audio cards can'tPyun YongHyeon2004-10-131-1/+11
* Audio drivers failed to detect failure condition and attempted toPyun YongHyeon2004-10-131-2/+2
* Rename the sound device drivers:Seigo Tanimura2004-07-161-1/+1
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVBrian Feldman2004-04-141-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+4
* Augment /dev/sndstat with the module names, if applicable.Mathew Kanner2004-03-061-2/+2
* update my email address.Cameron Grant2003-09-071-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* 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-3/+3
* (hopefully) fix build breakage some people are seeingCameron Grant2002-11-261-2/+2
* Suppress the uninitialized variable warning on ia64 introduced byMarcel Moolenaar2002-10-171-0/+4
* Fix support for the ALi M5451 (rev 0.2) chip.Olivier Houchard2002-10-141-5/+47
* Add lock type arguments to callers of snd_mtxcreate().John Baldwin2002-04-041-1/+1
* Add suspend/resume support.Mitsuru IWASAKI2001-11-241-4/+67
* use pcm_getbuffersize()Cameron Grant2001-10-081-6/+10
* Add support for the Acer Labs M5451 chip.George C A Reid2001-08-291-0/+8
* Add support for the SiS 7018George C A Reid2001-08-261-9/+32
* make the 4dwave nx chip workCameron Grant2001-08-231-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-2/+0
* mega-commit.Cameron Grant2001-03-241-16/+28
* some cosmetics, changed channel setup and revamped irq handling - ignoreCameron Grant2001-01-241-26/+55
* fairly substantial rewrite- seperate out play/record code, implementCameron Grant2000-12-241-180/+241
* update code dealing with snd_dbuf objects to do so using a functional interfaceCameron Grant2000-12-231-14/+10
* kobjify.Cameron Grant2000-12-181-52/+44
* fix warningsCameron Grant2000-09-171-1/+1
* detach supportCameron Grant2000-09-091-0/+23
* change mixer api slightlyCameron Grant2000-09-011-3/+9
* rework feeder sytem to allow feeders in kldsCameron Grant2000-08-201-8/+22
* add module metadata. this is a hack, sound drivers will eventually present aCameron Grant2000-07-031-1/+3
* handle emulated dma readsCameron Grant2000-05-261-4/+10