freebsd-dev/sys/dev/sound
Scott Long 42c3555cff Fix sound LOR problems:
dsp_open: rearrange to only hold one lock at a time

dsp_close: ditto

mixer_hwvol_init: delete locking, the only consumer seems to
be the ess driver and it only call it a creation time, I
think the device will be stable across the sleepable malloc.

cmi interrupt routine: Release locks while caller chn_intr,
either this or do what emu10k1 does which is have no locks
at in the interrupt handler.

Submitted by:	mat@cnd.mcgill.ca
2003-11-11 05:38:28 +00:00
..
isa Don't attempt to destroy the driver mutex when it hasn't yet 2003-10-29 21:54:37 +00:00
midi - Implement selwakeuppri() which allows raising the priority of a 2003-11-09 09:17:26 +00:00
pci Fix sound LOR problems: 2003-11-11 05:38:28 +00:00
pcm Fix sound LOR problems: 2003-11-11 05:38:28 +00:00
usb Mega busdma API commit. 2003-07-01 15:52:06 +00:00
chip.h
driver.c