Page MenuHomeFreeBSD

D48962.diff
No OneTemporary

D48962.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
Sat, Jun 27, 8:34 AM (5 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34390971
Default Alt Text
D48962.diff (458 B)

Event Timeline