summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/es137x.c
Commit message (Expand)AuthorAgeFilesLines
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-7/+2
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Fix the gap between mute and lowest possible volume. The es1370 mixerjoel2010-04-011-2/+2
* Move es137x.c and es137x.h to a 2-clause BSD license. Also move a fewjoel2009-09-221-5/+30
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-23/+23
* Properly unlock mutex before returning. There was a slight mishapariff2007-07-051-1/+3
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-171-4/+1
* Last (again ?!?) major commit for RELENG_7, featuring total Giantariff2007-06-161-28/+30
* Drain all callout handlers during driver detach appropriately.ariff2007-06-141-0/+9
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-111-2/+2
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-5/+5
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-1/+1
* [stage: 8/9]ariff2007-03-161-23/+56
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-151-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-1/+2
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-261-373/+624
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.netchild2006-06-181-3/+21
* Joyport blacklist. Either we're facing with broken hardwareariff2006-01-131-2/+15
* Use both (enabled by default) DAC1 and DAC2 to provide 2ariff2005-11-141-105/+473
* * Fixed rate operation for es1370 chip to solve conflictingnetchild2005-10-021-118/+222
* * Register programming error during device initializationnetchild2005-07-311-127/+267
* Make it clear that the statement following the conditional is a NOP.mdodd2005-04-131-1/+2
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-15/+15
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Audio drivers failed to detect failure condition and attempted toyongari2004-10-131-1/+2
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-6/+6
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-061-2/+2
* update my email address.cg2003-09-071-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Add Creative SB AudioPCI CT4730 rev A.orion2003-08-291-2/+18
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Mega busdma API commit.scottl2003-07-011-1/+2
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-201-2/+2
* recognise ct5880-ecg2002-04-281-1/+7
* Remove a spurious warning as x is always initialised before use.roberto2002-04-151-1/+1
* use pcm_getbuffersize()cg2001-10-081-3/+7
* many changes:cg2001-08-231-3/+3
* Use the M_ZERO flag to malloc(9)greid2001-06-211-2/+1
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-161-2/+0
* identify es1371 revision acg2001-06-111-1/+6
* be more specific in identifying the chip typecg2001-04-271-14/+73
* Add yet another chip revision of the ES1371 which requires initialisationgreid2001-04-081-1/+2
* mega-commit.cg2001-03-241-12/+11
* when writing to one of the setup registers, a 32-bit write is required.cg2001-03-241-2/+3
* Don't assume bus_space_handle_t == the start address of resource.nyan2001-02-161-4/+8
* fix certain cards failing to attachcg2001-01-241-4/+6
* implement setblocksize properlycg2000-12-231-33/+25
OpenPOWER on IntegriCloud