Date: Sun, 18 Jun 2006 14:14:41 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200606181414.k5IEEgW1019439@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606181414.k5IEEgW1019439>