summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2017-05-28 10:43:16 +0000
committerhselasky <hselasky@FreeBSD.org>2017-05-28 10:43:16 +0000
commitf569c04c28ee168471b3c0b497222b623bb9a057 (patch)
tree17d500e671d2743603b61101576578c01780d893 /sys/dev/sound
parent5e92890e0e76af42a9ad29dafc700aa1eae2b654 (diff)
downloadFreeBSD-src-f569c04c28ee168471b3c0b497222b623bb9a057.zip
FreeBSD-src-f569c04c28ee168471b3c0b497222b623bb9a057.tar.gz
MFC r318860:
Declare the "snd_fxdiv_table" once. This shaves around 24Kbytes of binary data from sound.ko and the kernel.
Diffstat (limited to 'sys/dev/sound')
-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 a925fb1..cd59a35 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$");
OpenPOWER on IntegriCloud