summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/als4000.c
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-4/+1
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-20/+24
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-171-5/+1
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-111-0/+7
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-1/+1
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-151-1/+1
* MFp4 (114068):netchild2007-02-231-1/+1
* Fix recording device selection based on ALS4000 datasheet.ariff2005-11-071-21/+10
* - Locking improvements.netchild2005-10-051-0/+15
* Fix a LOR introduced in the last commit (some hours ago), I had the wrongnetchild2005-07-311-25/+4
* * als4000 can't do 48k properly (perhaps it really can't at all!).netchild2005-07-311-9/+70
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-061-2/+2
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* 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
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Change module name from 'snd_als' to 'snd_als4000' to match name injhb2001-10-241-3/+3
* use pcm_getbuffersize()orion2001-10-101-4/+11
* Fix return value of setblocksize functions. Recording is interspersedorion2001-09-031-1/+1
* many changes:cg2001-08-231-3/+3
* Somehow I missed this. Use INTR_TYPE_AV (high priority) instead ofpeter2001-07-091-1/+1
* 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-34/+32
* Initial version of Avance Logic ALS4000 pcm driver.orion2001-04-231-0/+898
OpenPOWER on IntegriCloud