Home
last modified time | relevance | path

Searched refs:extin (Results 1 – 2 of 2) sorted by relevance

/sound/pci/emu10k1/
Demu10k1.c30 static int extin[SNDRV_CARDS]; variable
45 module_param_array(extin, int, NULL, 0444);
46 MODULE_PARM_DESC(extin, "Available external inputs for FX8010. Zero=default.");
112 err = snd_emu10k1_create(card, pci, extin[dev], extout[dev], in snd_card_emu10k1_probe()
Demufx.c2431 const char * const *fxbus, * const *extin, * const *extout; in snd_emu10k1_fx8010_info() local
2438 extin = emu->audigy ? audigy_ins : creative_ins; in snd_emu10k1_fx8010_info()
2443 for (res = 0; res < 16; res++, fxbus++, extin++, extout++) { in snd_emu10k1_fx8010_info()
2445 copy_string(info->extin_names[res], extin_mask & (1 << res) ? *extin : NULL, "Unused", res); in snd_emu10k1_fx8010_info()