| Commit message (Expand) | Author | Age | Files | Lines |
* | Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in | imp | 2005-03-01 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Audio drivers failed to detect failure condition and attempted to | yongari | 2004-10-13 | 1 | -2/+2 |
* | Rename the sound device drivers: | tanimura | 2004-07-16 | 1 | -1/+1 |
* | The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AV | green | 2004-04-14 | 1 | -1/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -4/+4 |
* | Augment /dev/sndstat with the module names, if applicable. | matk | 2004-03-06 | 1 | -2/+2 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -1/+1 |
* | When calculating the block size to use for a particular sample rate, | iedowse | 2003-08-23 | 1 | -4/+6 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -2/+4 |
* | Fix bogus maxsegsz parameter for bus_dma_tag_create(). | simokawa | 2003-04-16 | 1 | -1/+1 |
* | Implement a "sndbuf_getbufaddr" function and use it instead of vtophys(). | cognet | 2003-02-20 | 1 | -11/+11 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | (hopefully) fix build breakage some people are seeing | cg | 2002-11-26 | 1 | -1/+1 |
* | Add lock type arguments to callers of snd_mtxcreate(). | jhb | 2002-04-04 | 1 | -1/+1 |
* | use pcm_getbuffersize() | cg | 2001-10-08 | 1 | -14/+22 |
* | many changes: | cg | 2001-08-23 | 1 | -3/+3 |
* | use a global devclass for all drivers - i'm not entirely sure why this | cg | 2001-06-16 | 1 | -2/+0 |
* | mega-commit. | cg | 2001-03-24 | 1 | -15/+26 |
* | fix blocksizing for playback, implement blocksizing for record | cg | 2001-01-24 | 1 | -1/+12 |
* | update to return correct blocksize- these chips have a fixed irq rate, so | cg | 2000-12-25 | 1 | -0/+8 |
* | update code dealing with snd_dbuf objects to do so using a functional interface | cg | 2000-12-23 | 1 | -8/+6 |
* | kobjify. | cg | 2000-12-18 | 1 | -87/+65 |
* | fix warnings | cg | 2000-09-17 | 1 | -2/+0 |
* | disable 16bit mono support- this will be handled by software conversion to | cg | 2000-09-09 | 1 | -1/+1 |
* | detach support | cg | 2000-09-09 | 1 | -21/+11 |
* | initial support for multiple ac97 codecs | cg | 2000-09-05 | 1 | -1/+1 |
* | change mixer api slightly | cg | 2000-09-01 | 1 | -10/+66 |
* | remove stuff accidentally left in last commit | cg | 2000-08-29 | 1 | -16/+0 |
* | suspend/resume for ds1 driver | cg | 2000-08-29 | 1 | -9/+51 |
* | Fix disordered arguments to bus_space_barrier(). | dfr | 2000-08-28 | 1 | -1/+1 |
* | rework feeder sytem to allow feeders in klds | cg | 2000-08-20 | 1 | -9/+19 |
* | do the ac97 init delay for all chips and increase it to 500ms | cg | 2000-07-30 | 1 | -2/+3 |
* | add module metadata. this is a hack, sound drivers will eventually present a | cg | 2000-07-03 | 1 | -1/+3 |
* | Unused includes: #include "pci.h", #include "pcm.h" | peter | 2000-06-10 | 1 | -3/+0 |
* | Increase delay from 10mu to 1000mu when reading play control size. This | dan | 2000-06-09 | 1 | -1/+1 |
* | support recording | cg | 2000-06-06 | 1 | -55/+234 |
* | With this evil hack the DS1 driver works on our Intel desktop | peter | 2000-06-01 | 1 | -2/+14 |
* | if we get bad values for playctrlsize, the firmware may not have initialised | cg | 2000-06-01 | 1 | -1/+11 |
* | add a bit more diagnostic info for the bus_dmamap_load failure case | cg | 2000-05-31 | 1 | -5/+8 |
* | yamaha ds1/ds1e pci sound driver - work in progress, mixer and playback only. | cg | 2000-05-31 | 1 | -0/+788 |