freebsd-skq/sys/dev/sound
Ariff Abdullah 3fdb3676ba Apply more thorough fixes while dealing with device opening and closing:
- Determine open direction using 'flags', not 'mode'. This bug exist since
  past 4 years.
- Don't allow opening the same device twice, be it in a same or different
  direction.
- O_RDWR is allowed, provided that it is done by a single open (for example
  by mixer(8)) and the underlying hardware support true full-duplex operation.
- Do various paranoid checking in case other process/thread trying to hijack
  the same device twice (or more).

MFC after:	5 days
2006-03-21 06:35:48 +00:00
..
isa Recover (?) support for AD1815 based ISA soundcards. 2006-03-21 03:47:25 +00:00
pci Add another inverted amplifier sense quirk for Kvazar-Micro Senator 3592XT. 2006-03-07 05:48:14 +00:00
pcm Apply more thorough fixes while dealing with device opening and closing: 2006-03-21 06:35:48 +00:00
sbus Take advantage of ebus(4) having switched to SYS_RES_MEMORY for the 2005-05-19 18:13:49 +00:00
usb Convert NULL checks into KASSERT (and move them before the first 2006-02-05 17:47:26 +00:00
chip.h
driver.c Sort list of modules. 2006-01-23 11:58:01 +00:00