Changeset View
Changeset View
Standalone View
Standalone View
sys/dev/sound/pcm/feeder_matrix.c
| Show All 38 Lines | |||||
| * + should be fast enough. | * + should be fast enough. | ||||
| * | * | ||||
| * The Bad: | * The Bad: | ||||
| * + somebody might disagree with it. | * + somebody might disagree with it. | ||||
| * + 'matrix' is kind of 0x7a69, due to prolong mental block. | * + 'matrix' is kind of 0x7a69, due to prolong mental block. | ||||
| */ | */ | ||||
| #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 | ||||
| #define FEEDMATRIX_RESERVOIR (SND_CHN_MAX * PCM_32_BPS) | #define FEEDMATRIX_RESERVOIR (SND_CHN_MAX * PCM_32_BPS) | ||||
| #define SND_CHN_T_EOF 0x00e0fe0f | #define SND_CHN_T_EOF 0x00e0fe0f | ||||
| ▲ Show 20 Lines • Show All 766 Lines • Show Last 20 Lines | |||||