Lines Matching refs:extout_mask
2234 if (emu->fx8010.extout_mask & ((1<<EXTOUT_AC97_L)|(1<<EXTOUT_AC97_R))) {
2241 if (emu->fx8010.extout_mask & ((1<<EXTOUT_TOSLINK_L)|(1<<EXTOUT_TOSLINK_R))) {
2258 if (emu->fx8010.extout_mask & ((1<<EXTOUT_HEADPHONE_L)|(1<<EXTOUT_HEADPHONE_R))) {
2279 if (emu->fx8010.extout_mask & ((1<<EXTOUT_REAR_L)|(1<<EXTOUT_REAR_R)))
2283 if (emu->fx8010.extout_mask & ((1<<EXTOUT_AC97_REAR_L)|(1<<EXTOUT_AC97_REAR_R)))
2287 if (emu->fx8010.extout_mask & (1<<EXTOUT_AC97_CENTER)) {
2297 if (emu->fx8010.extout_mask & (1<<EXTOUT_AC97_LFE)) {
2312 if (emu->fx8010.extout_mask & (1<<EXTOUT_MIC_CAP))
2460 unsigned short extin_mask, extout_mask;
2469 extout_mask = emu->audigy ? ~0 : emu->fx8010.extout_mask;
2473 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res);
2476 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res);