Page MenuHomeFreeBSD

D48962.id151471.diff
No OneTemporary

D48962.id151471.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
@@ -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

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)

Event Timeline