Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164266228
D45986.id141018.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
658 B
Referenced Files
None
Subscribers
None
D45986.id141018.diff
View Options
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h
--- a/sys/dev/sound/pcm/sound.h
+++ b/sys/dev/sound/pcm/sound.h
@@ -126,9 +126,6 @@
#define SD_F_PRIO_RD 0x10000000
#define SD_F_PRIO_WR 0x20000000
-#define SD_F_PRIO_SET (SD_F_PRIO_RD | SD_F_PRIO_WR)
-#define SD_F_DIR_SET 0x40000000
-#define SD_F_TRANSIENT 0xf0000000
#define SD_F_BITS "\020" \
"\001SIMPLEX" \
@@ -146,8 +143,7 @@
"\015EQ_BYPASSED" \
"\016EQ_PC" \
"\035PRIO_RD" \
- "\036PRIO_WR" \
- "\037DIR_SET"
+ "\036PRIO_WR"
#define PCM_ALIVE(x) ((x) != NULL && (x)->lock != NULL && \
!((x)->flags & SD_F_DYING))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 31, 5:45 AM (6 m, 26 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35770856
Default Alt Text
D45986.id141018.diff (658 B)
Attached To
Mode
D45986: sound: Remove unused defines from pcm/sound.h
Attached
Detach File
Event Timeline
Log In to Comment