Page MenuHomeFreeBSD

D46545.diff
No OneTemporary

D46545.diff

diff --git a/sys/dev/sound/pcm/vchan.c b/sys/dev/sound/pcm/vchan.c
--- a/sys/dev/sound/pcm/vchan.c
+++ b/sys/dev/sound/pcm/vchan.c
@@ -945,9 +945,6 @@
return (EINVAL);
if (newcnt > vcnt) {
- KASSERT((newcnt - 1) == vcnt,
- ("bogus vchan_create() request newcnt=%d vcnt=%d",
- newcnt, vcnt));
/* add new vchans - find a parent channel first */
ch = NULL;
CHN_FOREACH(c, d, channels.pcm) {

File Metadata

Mime Type
text/plain
Expires
Wed, Oct 2, 1:42 AM (21 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
11413830
Default Alt Text
D46545.diff (416 B)

Event Timeline