Searched hist:"61698 e0ca17f152a5e60d1252b4534411096fc2a" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sound/pcm/ |
H A D | sound.c | diff 61698e0ca17f152a5e60d1252b4534411096fc2a Tue Jul 23 16:50:51 CEST 2002 Alexander Kabaev <kan@FreeBSD.org> Fix the sound driver vchan support to work when hw.snd.maxautovchans has been specified through /boot/loader.conf as opposed to setting it in /etc/sysctl.conf. Only PCMDIR_PLAY channel can be used as a parent of virtual channel. Do not initialize a new vchan for a given physical channel if other physical channel already has one created.
PR: 31597 Approved by: obrien (mentor) diff 61698e0ca17f152a5e60d1252b4534411096fc2a Tue Jul 23 16:50:51 CEST 2002 Alexander Kabaev <kan@FreeBSD.org> Fix the sound driver vchan support to work when hw.snd.maxautovchans has been specified through /boot/loader.conf as opposed to setting it in /etc/sysctl.conf. Only PCMDIR_PLAY channel can be used as a parent of virtual channel. Do not initialize a new vchan for a given physical channel if other physical channel already has one created.
PR: 31597 Approved by: obrien (mentor)
|