cvs commit: src/sys/dev/sound/midi midi.c sequencer.c
src/sys/dev/sound/pci cmi.c es137x.c ich.c maestro.c via8233.c
src/sys/dev/sound/pcm feeder_rate.c sound.c vchan.c
Alexander Leidinger
netchild at FreeBSD.org
Sun Jun 18 14:14:42 UTC 2006
netchild 2006-06-18 14:14:41 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/midi midi.c sequencer.c
sys/dev/sound/pci cmi.c es137x.c ich.c maestro.c via8233.c
sys/dev/sound/pcm feeder_rate.c sound.c vchan.c
Log:
- Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.
- Enable 4 automatic vchan's by default.
- Add some comments which provide ides/questions for improvement.
- Prefix some temporary sysctl's with an underscore to denote that it is not
an official API but a workaround until the real solution is implemented.
Revision Changes Path
1.19 +1 -0 src/sys/dev/sound/midi/midi.c
1.20 +1 -0 src/sys/dev/sound/midi/sequencer.c
1.36 +6 -1 src/sys/dev/sound/pci/cmi.c
1.60 +21 -3 src/sys/dev/sound/pci/es137x.c
1.66 +3 -0 src/sys/dev/sound/pci/ich.c
1.32 +3 -0 src/sys/dev/sound/pci/maestro.c
1.25 +6 -2 src/sys/dev/sound/pci/via8233.c
1.18 +3 -1 src/sys/dev/sound/pcm/feeder_rate.c
1.104 +12 -6 src/sys/dev/sound/pcm/sound.c
1.25 +5 -2 src/sys/dev/sound/pcm/vchan.c
More information about the cvs-src
mailing list