Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/sound/
Demu10k1.h269 struct snd_emu10k1_fx8010_info { struct
270 unsigned int internal_tram_size; /* in samples */
271 unsigned int external_tram_size; /* in samples */
272 char fxbus_names[16][32]; /* names of FXBUSes */
273 char extin_names[16][32]; /* names of external inputs */
274 char extout_names[32][32]; /* names of external outputs */
275 unsigned int gpr_controls; /* count of GPR controls */
/linux-4.4.14/sound/pci/emu10k1/
Demufx.c2483 static void snd_emu10k1_fx8010_info(struct snd_emu10k1 *emu, in snd_emu10k1_fx8010_info() function