Home
last modified time | relevance | path

Searched refs:extout (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/
H A D0001-extmk-fix-cross-compilation-of-external-gems.patch29 $ruby << "-I'$(extout)/$(arch)'" << "-I'$(extout)/common'" if $extout
/openbmc/linux/sound/pci/emu10k1/
H A Demu10k1.c29 static int extout[SNDRV_CARDS]; variable
44 module_param_array(extout, int, NULL, 0444);
45 MODULE_PARM_DESC(extout, "Available external outputs for FX8010. Zero=default.");
96 err = snd_emu10k1_create(card, pci, extin[dev], extout[dev], in snd_card_emu10k1_probe()
H A Demufx.c2459 const char * const *fxbus, * const *extin, * const *extout; in snd_emu10k1_fx8010_info() local
2467 extout = emu->audigy ? snd_emu10k1_audigy_outs : snd_emu10k1_sblive_outs; in snd_emu10k1_fx8010_info()
2470 for (res = 0; res < 16; res++, fxbus++, extin++, extout++) { in snd_emu10k1_fx8010_info()
2473 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res); in snd_emu10k1_fx8010_info()
2475 for (res = 16; res < 32; res++, extout++) in snd_emu10k1_fx8010_info()
2476 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res); in snd_emu10k1_fx8010_info()
/openbmc/linux/Documentation/sound/
H A Dalsa-configuration.rst745 extout
759 Input & Output configurations [extin/extout]