Page MenuHomeFreeBSD

D46550.id142990.diff
No OneTemporary

D46550.id142990.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
Tue, Oct 1, 12:40 AM (59 m, 24 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
11417140
Default Alt Text
D46550.id142990.diff (309 B)

Event Timeline