Changeset View
Changeset View
Standalone View
Standalone View
sys/dev/sound/pcm/feeder_rate.c
| Show First 20 Lines • Show All 45 Lines • ▼ Show 20 Lines | |||||
| * | * | ||||
| * The Bad: | * The Bad: | ||||
| * - The z, z_, and Z_ . Due to mental block (or maybe just 0x7a69), I | * - The z, z_, and Z_ . Due to mental block (or maybe just 0x7a69), I | ||||
| * couldn't think of anything simpler than that (feeder_rate_xxx is just | * couldn't think of anything simpler than that (feeder_rate_xxx is just | ||||
| * too long). Expect possible clashes with other zitizens (any?). | * too long). Expect possible clashes with other zitizens (any?). | ||||
| */ | */ | ||||
| #ifdef _KERNEL | #ifdef _KERNEL | ||||
| #ifdef HAVE_KERNEL_OPTION_HEADERS | |||||
| #include "opt_snd.h" | |||||
| #endif | |||||
| #include <dev/sound/pcm/sound.h> | #include <dev/sound/pcm/sound.h> | ||||
| #include <dev/sound/pcm/pcm.h> | |||||
| #include "feeder_if.h" | |||||
| #define SND_USE_FXDIV | #define SND_USE_FXDIV | ||||
| #include "snd_fxdiv_gen.h" | #include "snd_fxdiv_gen.h" | ||||
| #endif | #endif | ||||
| #include "feeder_rate_gen.h" | #include "feeder_rate_gen.h" | ||||
| #if !defined(_KERNEL) && defined(SND_DIAGNOSTIC) | #if !defined(_KERNEL) && defined(SND_DIAGNOSTIC) | ||||
| ▲ Show 20 Lines • Show All 1,651 Lines • Show Last 20 Lines | |||||