Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150187044
D56042.id174226.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
608 B
Referenced Files
None
Subscribers
None
D56042.id174226.diff
View Options
diff --git a/sys/dev/sound/pcm/feeder_rate.c b/sys/dev/sound/pcm/feeder_rate.c
--- 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 @@
info->quality = Z_QUALITY_MAX;
}
-#ifdef Z_PARANOID
static int32_t
z_resampler_sinc_len(struct z_info *info)
{
@@ -741,9 +738,6 @@
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 31, 3:11 AM (4 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30254804
Default Alt Text
D56042.id174226.diff (608 B)
Attached To
Mode
D56042: sound: Retire Z_PARANOID
Attached
Detach File
Event Timeline
Log In to Comment