summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorariff <ariff@FreeBSD.org>2007-09-12 07:43:43 +0000
committerariff <ariff@FreeBSD.org>2007-09-12 07:43:43 +0000
commitea3192c3f4d2f82afb6215fb244df50276cd3558 (patch)
treedd78d0fa1d7afdfdfb8eab47903493e8bec3c684 /sys/conf/NOTES
parenta2ad10dc879940266a904337d417adf37a381444 (diff)
downloadFreeBSD-src-ea3192c3f4d2f82afb6215fb244df50276cd3558.zip
FreeBSD-src-ea3192c3f4d2f82afb6215fb244df50276cd3558.tar.gz
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)
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 76d74e3..f0c32cd 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2043,7 +2043,6 @@ device snd_csa
device snd_ds1
device snd_emu10k1
device snd_emu10kx
-options SND_EMU10KX_MULTICHANNEL
device snd_envy24
device snd_envy24ht
device snd_es137x
OpenPOWER on IntegriCloud