Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/sound/
Demu10k1.h261 struct snd_emu10k1_fx8010_info { struct
262 unsigned int internal_tram_size; /* in samples */
263 unsigned int external_tram_size; /* in samples */
264 char fxbus_names[16][32]; /* names of FXBUSes */
265 char extin_names[16][32]; /* names of external inputs */
266 char extout_names[32][32]; /* names of external outputs */
267 unsigned int gpr_controls; /* count of GPR controls */
/linux-4.1.27/sound/pci/emu10k1/
Demufx.c2483 static void snd_emu10k1_fx8010_info(struct snd_emu10k1 *emu, in snd_emu10k1_fx8010_info() function