Changeset View
Changeset View
Standalone View
Standalone View
sys/dev/sound/pcm/feeder_format.c
| Show All 26 Lines | |||||
| */ | */ | ||||
| /* | /* | ||||
| * feeder_format: New generation of generic, any-to-any format converter, as | * feeder_format: New generation of generic, any-to-any format converter, as | ||||
| * long as the sample values can be read _and_ write. | * long as the sample values can be read _and_ write. | ||||
| */ | */ | ||||
| #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/g711.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 FEEDFORMAT_RESERVOIR (SND_CHN_MAX * PCM_32_BPS) | #define FEEDFORMAT_RESERVOIR (SND_CHN_MAX * PCM_32_BPS) | ||||
| struct feed_format_info { | struct feed_format_info { | ||||
| ▲ Show 20 Lines • Show All 345 Lines • Show Last 20 Lines | |||||