Home
last modified time | relevance | path

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

/linux/include/uapi/sound/
H A Demu10k1.h297 struct snd_emu10k1_fx8010_info { struct
298 unsigned int internal_tram_size; /* in samples */
299 unsigned int external_tram_size; /* in samples */
300 char fxbus_names[16][32]; /* names of FXBUSes */
301 char extin_names[16][32]; /* names of external inputs */
302 char extout_names[32][32]; /* names of external outputs */
303 unsigned int gpr_controls; /* count of GPR controls */
/linux/sound/pci/emu10k1/
H A Demufx.c2456 static void snd_emu10k1_fx8010_info(struct snd_emu10k1 *emu, in snd_emu10k1_fx8010_info() function