summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/als4000.c
Commit message (Expand)AuthorAgeFilesLines
* 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