Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142224657
D48962.id151471.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
458 B
Referenced Files
None
Subscribers
None
D48962.id151471.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
@@ -644,12 +644,7 @@
PCM_UNLOCK(d);
CHN_LOCK(parent);
- /*
- * Add us to our parent channel's children in reverse order
- * so future destruction will pick the last (biggest number)
- * channel.
- */
- CHN_INSERT_SORT_DESCEND(parent, ch, children);
+ CHN_INSERT_SORT_ASCEND(parent, ch, children);
*child = ch;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 18, 11:50 AM (1 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27702086
Default Alt Text
D48962.id151471.diff (458 B)
Attached To
Mode
D48962: sound: Update comment and channel insertion in vchan_create()
Attached
Detach File
Event Timeline
Log In to Comment