Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143115973
D44959.id137684.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
345 B
Referenced Files
None
Subscribers
None
D44959.id137684.diff
View Options
diff --git a/sys/dev/sound/pcm/channel.c b/sys/dev/sound/pcm/channel.c
--- a/sys/dev/sound/pcm/channel.c
+++ b/sys/dev/sound/pcm/channel.c
@@ -332,6 +332,8 @@
int ret;
CHN_LOCKASSERT(c);
+ KASSERT((c->flags & CHN_F_SLEEPING) == 0,
+ ("%s(): entered with CHN_F_SLEEPING", __func__));
if (c->flags & CHN_F_DEAD)
return (EINVAL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 27, 4:23 AM (23 m, 15 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28028451
Default Alt Text
D44959.id137684.diff (345 B)
Attached To
Mode
D44959: sound: Assert that we do not enter chn_sleep() with CHN_F_SLEEPING
Attached
Detach File
Event Timeline
Log In to Comment