Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/emu10k1/
Demu10k1.c32 static int extin[SNDRV_CARDS]; variable
47 module_param_array(extin, int, NULL, 0444);
48 MODULE_PARM_DESC(extin, "Available external inputs for FX8010. Zero=default.");
112 if ((err = snd_emu10k1_create(card, pci, extin[dev], extout[dev], in snd_card_emu10k1_probe()
Demufx.c2497 char **fxbus, **extin, **extout; in snd_emu10k1_fx8010_info() local
2504 extin = emu->audigy ? audigy_ins : creative_ins; in snd_emu10k1_fx8010_info()
2509 for (res = 0; res < 16; res++, fxbus++, extin++, extout++) { in snd_emu10k1_fx8010_info()
2511 copy_string(info->extin_names[res], extin_mask & (1 << res) ? *extin : NULL, "Unused", res); in snd_emu10k1_fx8010_info()
/Linux-v5.4/Documentation/sound/
Dalsa-configuration.rst719 extin
735 Input & Output configurations [extin/extout]