mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
remove MIN now that it's a standard kernel define
This commit is contained in:
parent
8deebb0160
commit
c023201af1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110233
@ -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;
|
||||
|
@ -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))
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user