Home
last modified time | relevance | path

Searched defs:snd_emu10k1_fx8010_info (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/sound/
Demu10k1.h2137 struct snd_emu10k1_fx8010_info { struct
2138 unsigned int internal_tram_size; /* in samples */
2139 unsigned int external_tram_size; /* in samples */
2140 char fxbus_names[16][32]; /* names of FXBUSes */
2141 char extin_names[16][32]; /* names of external inputs */
2142 char extout_names[32][32]; /* names of external outputs */
2143 unsigned int gpr_controls; /* count of GPR controls */
/linux-3.3/sound/pci/emu10k1/
Demufx.c2468 static void snd_emu10k1_fx8010_info(struct snd_emu10k1 *emu, in snd_emu10k1_fx8010_info() function