tag | line | file | source code |
sbc_major | 471 | drivers/sound/sb16_dsp.c | extern int sbc_major, sbc_minor; |
sbc_major | 473 | drivers/sound/sb16_dsp.c | if (sbc_major < 4) |
sbc_major | 476 | drivers/sound/sb16_dsp.c | sprintf (sb16_dsp_operations.name, "SoundBlaster 16 %d.%d", sbc_major, sbc_minor); |
sbc_major | 497 | drivers/sound/sb16_dsp.c | extern int sbc_major; |
sbc_major | 515 | drivers/sound/sb16_dsp.c | if (sbc_major < 4) /* Set by the plain SB driver */ |
sbc_major | 286 | drivers/sound/sb16_midi.c | extern int sbc_major; |
sbc_major | 288 | drivers/sound/sb16_midi.c | if (sbc_major < 4) |
sbc_major | 65 | drivers/sound/sb_dsp.c | int sbc_major = 1, sbc_minor = 0; /* |
sbc_major | 302 | drivers/sound/sb_dsp.c | if (sbc_major < 2 || |
sbc_major | 303 | drivers/sound/sb_dsp.c | (sbc_major == 2 && sbc_minor == 0)) |
sbc_major | 310 | drivers/sound/sb_dsp.c | if (sbc_major < 3) /* Limited input speed with these cards */ |
sbc_major | 311 | drivers/sound/sb_dsp.c | if (sbc_major == 2 && sbc_minor > 0) |
sbc_major | 394 | drivers/sound/sb_dsp.c | if (sbc_major < 3 || sb16) |
sbc_major | 527 | drivers/sound/sb_dsp.c | if (sbc_major == 3) /* |
sbc_major | 563 | drivers/sound/sb_dsp.c | if (sbc_major == 3) /* |
sbc_major | 1121 | drivers/sound/sb_dsp.c | sbc_major = sbc_minor = 0; |
sbc_major | 1132 | drivers/sound/sb_dsp.c | if (sbc_major == 0) |
sbc_major | 1133 | drivers/sound/sb_dsp.c | sbc_major = INB (DSP_READ); |
sbc_major | 1142 | drivers/sound/sb_dsp.c | if (sbc_major == 2 || sbc_major == 3) |
sbc_major | 1145 | drivers/sound/sb_dsp.c | if (sbc_major == 4) |
sbc_major | 1149 | drivers/sound/sb_dsp.c | if (sbc_major >= 3) |
sbc_major | 1150 | drivers/sound/sb_dsp.c | mixer_type = sb_mixer_init (sbc_major); |
sbc_major | 1152 | drivers/sound/sb_dsp.c | if (sbc_major >= 3) |
sbc_major | 1158 | drivers/sound/sb_dsp.c | if (sbc_major > 3 || |
sbc_major | 1159 | drivers/sound/sb_dsp.c | (sbc_major == 3 && INB (0x388) == 0x00)) /* Should be 0x06 if not OPL-3 */ |
sbc_major | 1164 | drivers/sound/sb_dsp.c | if (sbc_major >= 3) |
sbc_major | 1169 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "SoundMan Wave %d.%d", sbc_major, sbc_minor); |
sbc_major | 1171 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "MV Jazz16 %d.%d", sbc_major, sbc_minor); |
sbc_major | 1178 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "Sound Galaxy NX Pro %d.%d", sbc_major, sbc_minor); |
sbc_major | 1183 | drivers/sound/sb_dsp.c | if (sbc_major == 4) |
sbc_major | 1185 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "SoundBlaster 16 %d.%d", sbc_major, sbc_minor); |
sbc_major | 1189 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "SoundBlaster Pro %d.%d", sbc_major, sbc_minor); |
sbc_major | 1194 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "SoundBlaster %d.%d", sbc_major, sbc_minor); |
sbc_major | 1222 | drivers/sound/sb_dsp.c | sb_midi_init (sbc_major); |
sbc_major | 113 | drivers/sound/sb_mixer.c | extern int sbc_major; |
sbc_major | 161 | drivers/sound/sb_mixer.c | if (sbc_major == 3) |