|
Linux Kernel
3.7.1
|
#include "emu8000_local.h"#include <linux/init.h>#include <linux/slab.h>#include <sound/initval.h>#include <sound/pcm.h>Go to the source code of this file.
Data Structures | |
| struct | snd_emu8k_pcm |
Macros | |
| #define | LOOP_BLANK_SIZE 8 |
| #define | OFFSET_SAMPLERATE 1011119 /* base = 44100 */ |
| #define | SAMPLERATE_RATIO 4096 |
| #define | CHECK_SCHEDULER() |
Functions | |
| int | snd_emu8000_pcm_new (struct snd_card *card, struct snd_emu8000 *emu, int index) |
| #define CHECK_SCHEDULER | ( | ) |
Definition at line 420 of file emu8000_pcm.c.
| #define LOOP_BLANK_SIZE 8 |
Definition at line 72 of file emu8000_pcm.c.
| #define OFFSET_SAMPLERATE 1011119 /* base = 44100 */ |
Definition at line 146 of file emu8000_pcm.c.
| #define SAMPLERATE_RATIO 4096 |
Definition at line 147 of file emu8000_pcm.c.
Definition at line 690 of file emu8000_pcm.c.
1.8.2