summaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/es137x.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
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-7/+2
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Fix the gap between mute and lowest possible volume. The es1370 mixerJoel Dahl2010-04-011-2/+2
* Move es137x.c and es137x.h to a 2-clause BSD license. Also move a fewJoel Dahl2009-09-221-5/+30
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-23/+23
* Properly unlock mutex before returning. There was a slight mishapAriff Abdullah2007-07-051-1/+3
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-171-4/+1
* Last (again ?!?) major commit for RELENG_7, featuring total GiantAriff Abdullah2007-06-161-28/+30
* Drain all callout handlers during driver detach appropriately.Ariff Abdullah2007-06-141-0/+9
* Filter/compress the amount of channel trigger. This should reduceAriff Abdullah2007-06-111-2/+2
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-5/+5
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-181-1/+1
* [stage: 8/9]Ariff Abdullah2007-03-161-23/+56
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountAriff Abdullah2007-03-151-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-211-1/+2
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesAriff Abdullah2006-11-261-373/+624
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.Alexander Leidinger2006-06-181-3/+21
* Joyport blacklist. Either we're facing with broken hardwareAriff Abdullah2006-01-131-2/+15
* Use both (enabled by default) DAC1 and DAC2 to provide 2Ariff Abdullah2005-11-141-105/+473
* * Fixed rate operation for es1370 chip to solve conflictingAlexander Leidinger2005-10-021-118/+222
* * Register programming error during device initializationAlexander Leidinger2005-07-311-127/+267
* Make it clear that the statement following the conditional is a NOP.Matthew N. Dodd2005-04-131-1/+2
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-15/+15
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Audio drivers failed to detect failure condition and attempted toPyun YongHyeon2004-10-131-1/+2
* 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-6/+6
* 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
* Add Creative SB AudioPCI CT4730 rev A.Orion Hodson2003-08-291-2/+18
* 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-2/+2
* recognise ct5880-eCameron Grant2002-04-281-1/+7
* Remove a spurious warning as x is always initialised before use.Ollivier Robert2002-04-151-1/+1
* use pcm_getbuffersize()Cameron Grant2001-10-081-3/+7
* 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
* identify es1371 revision aCameron Grant2001-06-111-1/+6
* be more specific in identifying the chip typeCameron Grant2001-04-271-14/+73
* Add yet another chip revision of the ES1371 which requires initialisationGeorge C A Reid2001-04-081-1/+2
* mega-commit.Cameron Grant2001-03-241-12/+11
* when writing to one of the setup registers, a 32-bit write is required.Cameron Grant2001-03-241-2/+3
* Don't assume bus_space_handle_t == the start address of resource.Yoshihiro Takahashi2001-02-161-4/+8
* fix certain cards failing to attachCameron Grant2001-01-241-4/+6