Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F101956264
D46545.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
416 B
Referenced Files
None
Subscribers
None
D46545.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 6, 7:09 PM (19 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
11413830
Default Alt Text
D46545.diff (416 B)
Attached To
Mode
D46545: sound: Remove KASSERT from vchan_setnew()
Attached
Detach File
Event Timeline
Log In to Comment