Home
last modified time | relevance | path

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

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