summaryrefslogtreecommitdiffstats
path: root/share/man/man4/snd_emu10kx.4
Commit message (Collapse)AuthorAgeFilesLines
* Update snd_emu10kx driver with recent perforce changes (and fewariff2007-09-121-46/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Spelling fixes.mpp2006-12-141-3/+3
|
* Revise markup.ru2006-09-301-33/+42
|
* General cleanup, not quite finished yet.brueffer2006-07-161-45/+75
|
* Add a man-page for snd_emu10kx. Someone with man-fu should have a looknetchild2006-07-151-0/+178
and improve it. Submitted by: Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru> (minor mods by me)
OpenPOWER on IntegriCloud