summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/cmi.c
Commit message (Expand)AuthorAgeFilesLines
* This driver certainly works fine turning INTR_MPSAFE back on. For thosegreen2004-04-211-1/+1
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVgreen2004-04-141-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
* Fix sound LOR problems:scottl2003-11-111-25/+25
* 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-0/+2
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-201-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* (hopefully) fix build breakage some people are seeingcg2002-11-261-1/+1
* Make sure channel buffer start is associated with channel, otherwiseorion2002-08-231-3/+3
* Add lock type arguments to callers of snd_mtxcreate().jhb2002-04-041-1/+1
* Addition of sysctl variable to enable spdif. By default spdif is disabled.orion2001-12-171-2/+26
* Change the module name from 'snd_cmipci' to 'snd_cmi' to match thejhb2001-10-241-3/+3
* use pcm_getbuffersize()orion2001-10-101-5/+9
* Convert the CMedia driver to using a device mutex and INTR_MPSAFE.green2001-09-081-2/+28
* Fix return value of setblocksize functions. Recording is interspersedorion2001-09-031-1/+1
* 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-25/+24
* Quieten when re-triggering.orion2001-04-071-0/+4
* Centralize DMA buffer configuration.orion2001-04-041-53/+38
* - Added suspend/resume support.orion2001-03-291-228/+311
* mega-commit.cg2001-03-241-11/+11
* Change ordering of SPDIF register pokes. SPDIF enable needs to be theorion2001-03-211-4/+2
* MFS: don't ignore the result of mixer_init()cg2001-03-051-56/+57
* add driver for CMedia CMI8338/CMI8738 sound chipscg2001-02-041-0/+887
OpenPOWER on IntegriCloud