Page MenuHomeFreeBSD

D46549.id142989.diff
No OneTemporary

D46549.id142989.diff

diff --git a/sys/dev/sound/pcm/channel.h b/sys/dev/sound/pcm/channel.h
--- a/sys/dev/sound/pcm/channel.h
+++ b/sys/dev/sound/pcm/channel.h
@@ -225,7 +225,7 @@
#define CHN_INSERT_SORT(w, x, y, z) do { \
struct pcm_channel *t, *a = NULL; \
CHN_FOREACH(t, x, z) { \
- if ((y)->type w t->type) \
+ if ((y)->type w t->type && (y)->unit w t->unit) \
a = t; \
else \
break; \

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 18, 3:09 AM (4 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29873230
Default Alt Text
D46549.id142989.diff (419 B)

Event Timeline