aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/buffer.c
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2017-05-25 05:23:47 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2017-05-25 05:23:47 +0000
commit3f9dcc588dca51aa9bbf4ee8dbfe2dd9cb7074ae (patch)
tree05159c706ac8803a11cdb51ecd36f3ab3adb22a0 /sys/dev/sound/pcm/buffer.c
parent7e0699952a58200c29c7616afb11766e9398527a (diff)
downloadsrc-3f9dcc588dca51aa9bbf4ee8dbfe2dd9cb7074ae.tar.gz
src-3f9dcc588dca51aa9bbf4ee8dbfe2dd9cb7074ae.zip
Declare the "snd_fxdiv_table" once. This shaves around 24Kbytes of
binary data from sound.ko and the kernel. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=318860
Diffstat (limited to 'sys/dev/sound/pcm/buffer.c')
-rw-r--r--sys/dev/sound/pcm/buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/buffer.c b/sys/dev/sound/pcm/buffer.c
index a925fb160036..cd59a355163b 100644
--- a/sys/dev/sound/pcm/buffer.c
+++ b/sys/dev/sound/pcm/buffer.c
@@ -35,6 +35,7 @@
#include "feeder_if.h"
#define SND_USE_FXDIV
+#define SND_DECLARE_FXDIV
#include "snd_fxdiv_gen.h"
SND_DECLARE_FILE("$FreeBSD$");