| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for controlling line1 mixer device, which on some cards represents | sobomax | 2002-07-30 | 1 | -2/+9 |
* | Fix driver to re-enable sound output on AD1816 based cards caused by an | hm | 2002-06-09 | 1 | -0/+4 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 5 | -5/+5 |
* | Add lock type arguments to callers of snd_mtxcreate(). | jhb | 2002-04-04 | 3 | -3/+3 |
* | Add support for the Aztech 2320 chip. | tg | 2002-02-05 | 1 | -0/+45 |
* | - Do not hang if the resource allocation fails. | tanimura | 2002-02-05 | 1 | -19/+28 |
* | Fix code that had rotted behind debugging macros. | scottl | 2002-01-25 | 3 | -3/+3 |
* | - Provide toggles to show debug messages. Set new sysctl variables | tanimura | 2002-01-04 | 5 | -63/+71 |
* | - Do not uiomove with a mutex locked. | tanimura | 2002-01-01 | 5 | -28/+72 |
* | Fixes apparent hang at probe time due to an extremely long timeout | pb | 2001-12-21 | 1 | -1/+1 |
* | Modify the critical section API as follows: | jhb | 2001-12-18 | 1 | -6/+5 |
* | These two used sioreg.h as well. This is mildly bogus, but it is harder | imp | 2001-10-22 | 2 | -2/+2 |
* | use mixer channel numbers, not channel masks- this should fix sb/sbpro mixer | cg | 2001-10-07 | 1 | -10/+10 |
* | Add another pnpid for the AWE64 | greid | 2001-09-29 | 1 | -0/+1 |
* | release isa dma channels on unload. | cg | 2001-09-29 | 1 | -3/+7 |
* | allow the hardware buffer size to be controlled with hints | cg | 2001-09-29 | 5 | -96/+123 |
* | when setting blocksize, fix blockcount to 2 to reduce latency with smaller | cg | 2001-09-18 | 1 | -0/+2 |
* | make buffer size adjustable. | cg | 2001-09-18 | 1 | -5/+7 |
* | KSE Milestone 2 | julian | 2001-09-12 | 6 | -11/+11 |
* | many changes: | cg | 2001-08-23 | 8 | -27/+27 |
* | Correct obviously wrong mistakes. | green | 2001-07-02 | 1 | -1/+1 |
* | Make all this compile on 4.3, modulus sbuf. | green | 2001-07-02 | 1 | -2/+2 |
* | Use the M_ZERO flag to malloc(9) | greid | 2001-06-21 | 7 | -32/+16 |
* | Use INTR_TYPE_AV for the interrupt handlers because: | peter | 2001-06-16 | 4 | -4/+4 |
* | use a global devclass for all drivers - i'm not entirely sure why this | cg | 2001-06-16 | 6 | -12/+0 |
* | Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so they | joerg | 2001-06-04 | 2 | -2/+2 |
* | Remove a bogus comment which I forgot to get rid of after testing | greid | 2001-05-15 | 1 | -1/+1 |
* | - Eliminate locks in functions called only during probe and attach. | tanimura | 2001-05-08 | 1 | -10/+15 |
* | lock the mutex, not the softc pointer. | cg | 2001-04-10 | 1 | -2/+2 |
* | Reinitialise the DSP and mixer after a resume from suspend | greid | 2001-04-08 | 1 | -0/+21 |
* | Again initialize a mutex well, then lock it. | tanimura | 2001-04-03 | 1 | -1/+3 |
* | Switch from save/disable/restore_intr() to critical_enter/exit(). | jhb | 2001-03-28 | 1 | -5/+6 |
* | fix whitespace bogons | cg | 2001-03-25 | 2 | -5/+5 |
* | release resources if one of the speculative probes in opti_detect() fails, | cg | 2001-03-25 | 1 | -7/+12 |
* | the softc is not a mutex, don't try to lock it. | cg | 2001-03-25 | 1 | -2/+2 |
* | mega-commit. | cg | 2001-03-24 | 8 | -139/+344 |
* | add support for opti924 and opti930 chips | cg | 2001-03-24 | 2 | -7/+270 |
* | destroy child devices on detach to prevent ever-increasing numbers of | cg | 2001-03-17 | 1 | -7/+10 |
* | fix a typo preventing the second dma channel being released | cg | 2001-03-16 | 1 | -1/+3 |
* | - Do not touch the Giant. | tanimura | 2001-03-14 | 3 | -12/+0 |
* | increase timeouts for ad_wait_init() | cg | 2001-03-05 | 1 | -5/+5 |
* | Add speaker volume adjusting support | cg | 2001-02-27 | 1 | -2/+6 |
* | - Mutexify midi(4). The driver runs under the giant lock by default. | tanimura | 2001-02-26 | 5 | -349/+285 |
* | Encapselate midi_info, nmidi and nsynth into midi.c. | tanimura | 2001-02-18 | 5 | -90/+15 |
* | quieten the esscontrol device | cg | 2001-02-02 | 1 | -1/+6 |
* | Tag unused functions with __unused. | jhb | 2001-01-23 | 2 | -33/+34 |
* | Add the ES1681, as found in my Digital HiNote UltraII. It works with | imp | 2001-01-04 | 1 | -2/+1 |
* | change irq handler slightly, get rid of superflous messages | cg | 2000-12-27 | 1 | -6/+4 |
* | update code dealing with snd_dbuf objects to do so using a functional interface | cg | 2000-12-23 | 5 | -108/+118 |
* | kobjify. | cg | 2000-12-18 | 6 | -1112/+914 |