freebsd-dev/sys/modules/sound/driver
Ariff Abdullah b28624fde6 Update snd_emu10kx driver with recent perforce changes (and few
other changes too).

(without any real order)

1. Use device_get_nameunit for mutex naming
2. Add timer for low-latency playback
3. Move most mixer controls from sysctls to mixer(8) controls.
   This is a largest part of this patch.
4. Add analog/digital switch (as a temporary sysctl)
5. Get back support for low-bitrate playback (with help of (2))
6. Change locking for exclusive I/O. Writing to non-PTR register
   is almost safe and does not need to be ordered with PTR operations.
7. Disable MIDI until we get it to detach properly and fix memory
   managment problems.
8. Enable multichannel playback by default. It is as stable as
   single-channel mode. Multichannel recording is still an
   experimental feature.
9. Multichannel options can be changed by loader tunables.
10. Add a way to disable card from a loader tunable.
11. Add new PCI IDs.
12. Debugger settings are loader tunables now.
14. Remove some unused variables.
15. Mark pcm sub-devices MPSAFE.
16. Partially revert (bus_setup_intr -> snd_setup_intr) since it need
    to be done independently

Submitted by:	Yuriy Tsibizov (driver maintainer)
Approved by:	re (bmah)
2007-09-12 07:43:43 +00:00
..
ad1816
als4000
atiixp
au88x0
audiocs
cmi Commit the new (old) midi framework. It's based in parts on the NetBSD code, 2006-05-27 16:32:05 +00:00
cs4281
csa
driver
ds1
emu10k1 Commit the new (old) midi framework. It's based in parts on the NetBSD code, 2006-05-27 16:32:05 +00:00
emu10kx Update snd_emu10kx driver with recent perforce changes (and few 2007-09-12 07:43:43 +00:00
envy24 Respect style.Makefile(5). 2006-09-30 18:12:33 +00:00
envy24ht Respect style.Makefile(5). 2006-09-30 18:12:33 +00:00
es137x
ess
fm801
hda Add support for Intel High Definition Audio Controller. 2006-10-01 11:13:00 +00:00
ich
maestro
maestro3
mss
neomagic
sb8
sb16
sbc
solo
spicds Respect style.Makefile(5). 2006-09-30 18:12:33 +00:00
t4dwave
uaudio
via82c686
via8233
vibes
Makefile Connect snd_hda(4) to build process... 2006-10-01 11:18:56 +00:00
Makefile.inc