tag | line | file | source code |
sbc_major | 487 | drivers/sound/sb16_dsp.c | extern int sbc_major, sbc_minor; |
sbc_major | 489 | drivers/sound/sb16_dsp.c | if (sbc_major < 4) |
sbc_major | 492 | drivers/sound/sb16_dsp.c | sprintf (sb16_dsp_operations.name, "SoundBlaster 16 %d.%d", sbc_major, sbc_minor); |
sbc_major | 523 | drivers/sound/sb16_dsp.c | extern int sbc_major; |
sbc_major | 541 | drivers/sound/sb16_dsp.c | if (sbc_major < 4) /* Set by the plain SB driver */ |
sbc_major | 291 | drivers/sound/sb16_midi.c | extern int sbc_major; |
sbc_major | 293 | drivers/sound/sb16_midi.c | if (sbc_major < 4) |
sbc_major | 71 | drivers/sound/sb_dsp.c | int sbc_major = 1, sbc_minor = 0; /* |
sbc_major | 285 | drivers/sound/sb_dsp.c | if (sbc_major < 2 || |
sbc_major | 286 | drivers/sound/sb_dsp.c | (sbc_major == 2 && sbc_minor == 0)) |
sbc_major | 293 | drivers/sound/sb_dsp.c | if (sbc_major < 3) /* Limited input speed with these cards */ |
sbc_major | 294 | drivers/sound/sb_dsp.c | if (sbc_major == 2 && sbc_minor > 0) |
sbc_major | 379 | drivers/sound/sb_dsp.c | if (sbc_major < 3 || sb16) |
sbc_major | 541 | drivers/sound/sb_dsp.c | if (sbc_major == 3) /* |
sbc_major | 579 | drivers/sound/sb_dsp.c | if (sbc_major == 3) /* |
sbc_major | 1125 | drivers/sound/sb_dsp.c | sbc_major = sbc_minor = 0; |
sbc_major | 1136 | drivers/sound/sb_dsp.c | if (sbc_major == 0) |
sbc_major | 1137 | drivers/sound/sb_dsp.c | sbc_major = inb (DSP_READ); |
sbc_major | 1146 | drivers/sound/sb_dsp.c | if (sbc_major == 0) |
sbc_major | 1150 | drivers/sound/sb_dsp.c | sbc_major = 1; |
sbc_major | 1153 | drivers/sound/sb_dsp.c | if (sbc_major == 2 || sbc_major == 3) |
sbc_major | 1156 | drivers/sound/sb_dsp.c | if (sbc_major == 4) |
sbc_major | 1159 | drivers/sound/sb_dsp.c | if (sbc_major == 3 && sbc_minor == 1) |
sbc_major | 1199 | drivers/sound/sb_dsp.c | if (sbc_major >= 3) |
sbc_major | 1200 | drivers/sound/sb_dsp.c | mixer_type = sb_mixer_init (sbc_major); |
sbc_major | 1202 | drivers/sound/sb_dsp.c | if (sbc_major >= 3) |
sbc_major | 1208 | drivers/sound/sb_dsp.c | if (sbc_major >= 3) |
sbc_major | 1213 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "SoundMan Wave %d.%d", sbc_major, sbc_minor); |
sbc_major | 1215 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "MV Jazz16 %d.%d", sbc_major, sbc_minor); |
sbc_major | 1222 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "Sound Galaxy NX Pro %d.%d", sbc_major, sbc_minor); |
sbc_major | 1227 | drivers/sound/sb_dsp.c | if (sbc_major == 4) |
sbc_major | 1229 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "SoundBlaster 16 %d.%d", sbc_major, sbc_minor); |
sbc_major | 1233 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "SoundBlaster Pro %d.%d", sbc_major, sbc_minor); |
sbc_major | 1238 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "SoundBlaster %d.%d", sbc_major, sbc_minor); |
sbc_major | 1280 | drivers/sound/sb_dsp.c | sb_midi_init (sbc_major); |
sbc_major | 113 | drivers/sound/sb_mixer.c | extern int sbc_major; |
sbc_major | 164 | drivers/sound/sb_mixer.c | if (sbc_major == 3) |