summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/ds1.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Increase delay from 10mu to 1000mu when reading play control size. Thisdan2000-06-091-1/+1
* support recordingcg2000-06-061-55/+234
* With this evil hack the DS1 driver works on our Intel desktoppeter2000-06-011-2/+14
* if we get bad values for playctrlsize, the firmware may not have initialisedcg2000-06-011-1/+11
* add a bit more diagnostic info for the bus_dmamap_load failure casecg2000-05-311-5/+8
* yamaha ds1/ds1e pci sound driver - work in progress, mixer and playback only.cg2000-05-311-0/+788
OpenPOWER on IntegriCloud