Page MenuHomeFreeBSD

D46550.diff
No OneTemporary

D46550.diff

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
@@ -1202,7 +1202,8 @@
CHN_FOREACH(c, d, channels.pcm) {
if (c->type != type)
continue;
- unit++;
+ while (c->unit == unit)
+ unit++;
}
PCM_UNLOCK(d);

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 18, 1:25 PM (21 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
11417140
Default Alt Text
D46550.diff (309 B)

Event Timeline