|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | LIMITVALUE(x, a, b) do { if ((x) < (a)) (x) = (a); else if ((x) > (b)) (x) = (b); } while (0) |
| #define | LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) |
| #define | MOD_SENSE 18 |
| #define | SNDRV_EMU8000_LOAD_CHORUS_FX 0x10 /* optarg=mode */ |
| #define | SNDRV_EMU8000_LOAD_REVERB_FX 0x11 /* optarg=mode */ |
Functions | |
| void | snd_emu8000_ops_setup (struct snd_emu8000 *hw) |
Definition at line 59 of file emu8000_callback.c.
| #define LIMITVALUE | ( | x, | |
| a, | |||
| b | |||
| ) | do { if ((x) < (a)) (x) = (a); else if ((x) > (b)) (x) = (b); } while (0) |
Definition at line 58 of file emu8000_callback.c.
| #define MOD_SENSE 18 |
Definition at line 380 of file emu8000_callback.c.
| #define SNDRV_EMU8000_LOAD_CHORUS_FX 0x10 /* optarg=mode */ |
Definition at line 521 of file emu8000_callback.c.
| #define SNDRV_EMU8000_LOAD_REVERB_FX 0x11 /* optarg=mode */ |
Definition at line 522 of file emu8000_callback.c.
| void snd_emu8000_ops_setup | ( | struct snd_emu8000 * | hw | ) |
Definition at line 85 of file emu8000_callback.c.
1.8.2