Lines Matching defs:tmp
1117 unsigned char tmp;
1119 tmp = sonic->srs_space & 0x0f;
1123 tmp == 0x00 ? "100%" :
1124 tmp == 0x01 ? "75%" :
1125 tmp == 0x02 ? "50%" :
1126 tmp == 0x03 ? "25%" : "0%");
1127 tmp = sonic->srs_center & 0x0f;
1129 tmp == 0x00 ? "100%" :
1130 tmp == 0x01 ? "75%" :
1131 tmp == 0x02 ? "50%" :
1132 tmp == 0x03 ? "25%" : "0%");
1133 tmp = sonic->wave_source & 0x03;
1135 tmp == 0x00 ? "on-board ROM" :
1136 tmp == 0x01 ? "PCI bus" : "on-board ROM + PCI bus");
1137 tmp = sonic->mpu_switch;
1138 snd_iprintf(buffer, "Onboard synth : %s\n", tmp & 0x01 ? "on" : "off");
1139 snd_iprintf(buffer, "Ext. Rx to synth : %s\n", tmp & 0x02 ? "on" : "off");
1140 snd_iprintf(buffer, "MIDI to ext. Tx : %s\n", tmp & 0x04 ? "on" : "off");