aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2003-02-02 13:21:05 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2003-02-02 13:21:05 +0000
commitc023201af1177fa97e99d278c12f31c6fe2823ae (patch)
treef362449407d5826ad0df4fe23e5ffd247ac56e06 /sys/dev
parent8deebb0160cdbf0eaa9a471dcb2e78eeb4b5b007 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sound/pcm/buffer.c2
-rw-r--r--sys/dev/sound/pcm/channel.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/sound/pcm/buffer.c b/sys/dev/sound/pcm/buffer.c
index 9a49e28cbcf7..dd7427155aab 100644
--- a/sys/dev/sound/pcm/buffer.c
+++ b/sys/dev/sound/pcm/buffer.c
@@ -30,8 +30,6 @@
SND_DECLARE_FILE("$FreeBSD$");
-#define MIN(x, y) (((x) < (y))? (x) : (y))
-
#define SNDBUF_NAMELEN 48
struct snd_dbuf {
device_t dev;
diff --git a/sys/dev/sound/pcm/channel.c b/sys/dev/sound/pcm/channel.c
index 9bf91588af62..68fc573b7f39 100644
--- a/sys/dev/sound/pcm/channel.c
+++ b/sys/dev/sound/pcm/channel.c
@@ -35,7 +35,6 @@ SND_DECLARE_FILE("$FreeBSD$");
#define DMA_ALIGN_THRESHOLD 4
#define DMA_ALIGN_MASK (~(DMA_ALIGN_THRESHOLD - 1))
-#define MIN(x, y) (((x) < (y))? (x) : (y))
#define CANCHANGE(c) (!(c->flags & CHN_F_TRIGGERED))
/*