aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorChristos Margiolis <christos@FreeBSD.org>2026-03-24 10:32:22 +0000
committerChristos Margiolis <christos@FreeBSD.org>2026-03-24 10:38:41 +0000
commit6b91c8d5d2c35c4c6231eb172b514f95ce6e10d7 (patch)
treee27e901cf695a2209524da4a83cf5ae5e28f5496 /sys/dev
parent0ee95151931688e3d321ea7fb13e037b211a40ba (diff)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sound/pcm/feeder_rate.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/sound/pcm/feeder_rate.c b/sys/dev/sound/pcm/feeder_rate.c
index 8c69f0b4f3c2..173f7811f547 100644
--- a/sys/dev/sound/pcm/feeder_rate.c
+++ b/sys/dev/sound/pcm/feeder_rate.c
@@ -89,8 +89,6 @@
#define Z_RATE_DEFAULT 48000
-#define Z_PARANOID 1
-
#ifdef _KERNEL
#undef Z_USE_ALPHADRIFT
#define Z_USE_ALPHADRIFT 1
@@ -703,7 +701,6 @@ z_resampler_reset(struct z_info *info)
info->quality = Z_QUALITY_MAX;
}
-#ifdef Z_PARANOID
static int32_t
z_resampler_sinc_len(struct z_info *info)
{
@@ -741,9 +738,6 @@ z_resampler_sinc_len(struct z_info *info)
return (len);
}
-#else
-#define z_resampler_sinc_len(i) (Z_IS_SINC(i) ? Z_SINC_LEN(i) : 1)
-#endif
#define Z_POLYPHASE_COEFF_SHIFT 0