Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/emu10k1/
Demu10k1.c48 static int extin[SNDRV_CARDS]; variable
63 module_param_array(extin, int, NULL, 0444);
64 MODULE_PARM_DESC(extin, "Available external inputs for FX8010. Zero=default.");
128 if ((err = snd_emu10k1_create(card, pci, extin[dev], extout[dev], in snd_card_emu10k1_probe()
Demufx.c2506 char **fxbus, **extin, **extout; in snd_emu10k1_fx8010_info() local
2513 extin = emu->audigy ? audigy_ins : creative_ins; in snd_emu10k1_fx8010_info()
2518 for (res = 0; res < 16; res++, fxbus++, extin++, extout++) { in snd_emu10k1_fx8010_info()
2520 copy_string(info->extin_names[res], extin_mask & (1 << res) ? *extin : NULL, "Unused", res); in snd_emu10k1_fx8010_info()
/Linux-v4.19/Documentation/sound/
Dalsa-configuration.rst719 extin
735 Input & Output configurations [extin/extout]