Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144323069
D48962.id150898.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.id150898.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
@@ -634,12 +634,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, Feb 8, 8:31 PM (1 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28495017
Default Alt Text
D48962.id150898.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