summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/ds1.c
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-5/+1
* snd_ds1(4): Fix order of arguments for stereo/16bit modeuqs2013-07-251-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-29/+33
* Hmm... "base? base : 0" and "base" should be equivalent.cognet2009-02-091-1/+1
* 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-2/+2
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-2/+2
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-151-1/+1
* Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL.kevlo2007-03-071-1/+1
* - Revert arguments for several functions to pre bus_get_dma_tag()ariff2007-02-231-5/+5
* MFp4 (114068):netchild2007-02-231-6/+9
* Remove Giant / busdma_lock_mutex from busdma_tag_create().ariff2006-01-181-4/+4
* - Locking fixes. Release lock while chn_intr().ariff2006-01-111-1/+16
* 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
* Audio drivers failed to detect failure condition and attempted toyongari2004-10-131-2/+2
* Rename the sound device drivers:tanimura2004-07-161-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-4/+4
* 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
* When calculating the block size to use for a particular sample rate,iedowse2003-08-231-4/+6
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Mega busdma API commit.scottl2003-07-011-2/+4
* Fix bogus maxsegsz parameter for bus_dma_tag_create().simokawa2003-04-161-1/+1
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-201-11/+11
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* (hopefully) fix build breakage some people are seeingcg2002-11-261-1/+1
* Add lock type arguments to callers of snd_mtxcreate().jhb2002-04-041-1/+1
* use pcm_getbuffersize()cg2001-10-081-14/+22
* many changes:cg2001-08-231-3/+3
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-161-2/+0
* mega-commit.cg2001-03-241-15/+26
* fix blocksizing for playback, implement blocksizing for recordcg2001-01-241-1/+12
* update to return correct blocksize- these chips have a fixed irq rate, socg2000-12-251-0/+8
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-8/+6
* kobjify.cg2000-12-181-87/+65
* fix warningscg2000-09-171-2/+0
* disable 16bit mono support- this will be handled by software conversion tocg2000-09-091-1/+1
* detach supportcg2000-09-091-21/+11
* initial support for multiple ac97 codecscg2000-09-051-1/+1
* change mixer api slightlycg2000-09-011-10/+66
* remove stuff accidentally left in last commitcg2000-08-291-16/+0
* suspend/resume for ds1 drivercg2000-08-291-9/+51
* Fix disordered arguments to bus_space_barrier().dfr2000-08-281-1/+1
* rework feeder sytem to allow feeders in kldscg2000-08-201-9/+19
* do the ac97 init delay for all chips and increase it to 500mscg2000-07-301-2/+3
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-031-1/+3
* Unused includes: #include "pci.h", #include "pcm.h"peter2000-06-101-3/+0
OpenPOWER on IntegriCloud