Searched refs:extout (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ruby/ruby/ |
| H A D | 0001-extmk-fix-cross-compilation-of-external-gems.patch | 29 $ruby << "-I'$(extout)/$(arch)'" << "-I'$(extout)/common'" if $extout
|
| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | emu10k1.c | 33 static int extout[SNDRV_CARDS]; variable 49 module_param_array(extout, int, NULL, 0444); 50 MODULE_PARM_DESC(extout, "Available external outputs for FX8010. Zero=default."); 112 if ((err = snd_emu10k1_create(card, pci, extin[dev], extout[dev], in snd_card_emu10k1_probe()
|
| H A D | emufx.c | 2521 const char * const *fxbus, * const *extin, * const *extout; in snd_emu10k1_fx8010_info() local 2529 extout = emu->audigy ? audigy_outs : creative_outs; in snd_emu10k1_fx8010_info() 2533 for (res = 0; res < 16; res++, fxbus++, extin++, extout++) { in snd_emu10k1_fx8010_info() 2536 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res); in snd_emu10k1_fx8010_info() 2538 for (res = 16; res < 32; res++, extout++) in snd_emu10k1_fx8010_info() 2539 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res); in snd_emu10k1_fx8010_info()
|
| /OK3568_Linux_fs/kernel/Documentation/sound/ |
| H A D | alsa-configuration.rst | 731 extout 745 Input & Output configurations [extin/extout]
|