aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/feeder_volume.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2023-08-18 20:05:12 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2023-08-18 20:05:12 +0000
commit5aacf339f60109917f8e18f5645cb66f544b33d2 (patch)
treee2aa577108536de635c83272dae5713bcc514a00 /sys/dev/sound/pcm/feeder_volume.c
parentcbe53bd975b7fa05eb5165c5d6bbcb7b4b37407f (diff)
downloadsrc-5aacf339f60109917f8e18f5645cb66f544b33d2.tar.gz
src-5aacf339f60109917f8e18f5645cb66f544b33d2.zip
sys: Remove SND_DECLARE_FILE
Reviewed by: kbowling, imp, emaste Differential Revision: https://reviews.freebsd.org/D41499
Diffstat (limited to 'sys/dev/sound/pcm/feeder_volume.c')
-rw-r--r--sys/dev/sound/pcm/feeder_volume.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/sound/pcm/feeder_volume.c b/sys/dev/sound/pcm/feeder_volume.c
index fa11a089af76..452d8788a5a5 100644
--- a/sys/dev/sound/pcm/feeder_volume.c
+++ b/sys/dev/sound/pcm/feeder_volume.c
@@ -38,8 +38,6 @@
#define SND_USE_FXDIV
#include "snd_fxdiv_gen.h"
-
-SND_DECLARE_FILE("");
#endif
typedef void (*feed_volume_t)(int *, int *, uint32_t, uint8_t *, uint32_t);