Lines Matching defs:extout_mask
2216 if (emu->fx8010.extout_mask & ((1<<EXTOUT_AC97_L)|(1<<EXTOUT_AC97_R))) {
2223 if (emu->fx8010.extout_mask & ((1<<EXTOUT_TOSLINK_L)|(1<<EXTOUT_TOSLINK_R))) {
2240 if (emu->fx8010.extout_mask & ((1<<EXTOUT_HEADPHONE_L)|(1<<EXTOUT_HEADPHONE_R))) {
2261 if (emu->fx8010.extout_mask & ((1<<EXTOUT_REAR_L)|(1<<EXTOUT_REAR_R)))
2265 if (emu->fx8010.extout_mask & ((1<<EXTOUT_AC97_REAR_L)|(1<<EXTOUT_AC97_REAR_R)))
2269 if (emu->fx8010.extout_mask & (1<<EXTOUT_AC97_CENTER)) {
2279 if (emu->fx8010.extout_mask & (1<<EXTOUT_AC97_LFE)) {
2294 if (emu->fx8010.extout_mask & (1<<EXTOUT_MIC_CAP))
2442 unsigned short extin_mask, extout_mask;
2451 extout_mask = emu->audigy ? ~0 : emu->fx8010.extout_mask;
2455 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res);
2458 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res);