tag | line | file | source code |
sbc_major | 493 | drivers/sound/sb16_dsp.c | extern int sbc_major, sbc_minor; |
sbc_major | 495 | drivers/sound/sb16_dsp.c | if (sbc_major < 4) |
sbc_major | 498 | drivers/sound/sb16_dsp.c | sprintf (sb16_dsp_operations.name, "SoundBlaster 16 %d.%d", sbc_major, sbc_minor); |
sbc_major | 538 | drivers/sound/sb16_dsp.c | extern int sbc_major, Jazz16_detected; |
sbc_major | 581 | drivers/sound/sb16_dsp.c | if (sbc_major < 4) /* Set by the plain SB driver */ |
sbc_major | 332 | drivers/sound/sb16_midi.c | extern int sbc_major; |
sbc_major | 344 | drivers/sound/sb16_midi.c | else if (sbc_major < 4) |
sbc_major | 75 | drivers/sound/sb_dsp.c | int sbc_major = 0, sbc_minor = 0; |
sbc_major | 350 | drivers/sound/sb_dsp.c | if (sbc_major < 2 || |
sbc_major | 351 | drivers/sound/sb_dsp.c | (sbc_major == 2 && sbc_minor == 0)) |
sbc_major | 358 | drivers/sound/sb_dsp.c | if (sbc_major < 3) /* Limited input speed with these cards */ |
sbc_major | 359 | drivers/sound/sb_dsp.c | if (sbc_major == 2 && sbc_minor > 0) |
sbc_major | 441 | drivers/sound/sb_dsp.c | if (sbc_major < 3 || sb16) |
sbc_major | 668 | drivers/sound/sb_dsp.c | if (sbc_major == 3) /* |
sbc_major | 737 | drivers/sound/sb_dsp.c | if (sbc_major == 3) /* SB Pro (at least ) */ |
sbc_major | 1246 | drivers/sound/sb_dsp.c | sbc_major = 0; |
sbc_major | 1248 | drivers/sound/sb_dsp.c | if (sbc_major == 3 || sbc_major == 0) |
sbc_major | 1456 | drivers/sound/sb_dsp.c | sbc_major = sbc_minor = 0; |
sbc_major | 1463 | drivers/sound/sb_dsp.c | if (sbc_major == 0) |
sbc_major | 1464 | drivers/sound/sb_dsp.c | sbc_major = inb (DSP_READ); |
sbc_major | 1483 | drivers/sound/sb_dsp.c | if (sbc_major == 0) |
sbc_major | 1486 | drivers/sound/sb_dsp.c | if (sbc_major == 0) |
sbc_major | 1492 | drivers/sound/sb_dsp.c | if (sbc_major == 0) |
sbc_major | 1496 | drivers/sound/sb_dsp.c | sbc_major = 1; |
sbc_major | 1499 | drivers/sound/sb_dsp.c | if (sbc_major == 2 || sbc_major == 3) |
sbc_major | 1502 | drivers/sound/sb_dsp.c | if (sbc_major == 4) |
sbc_major | 1505 | drivers/sound/sb_dsp.c | if (sbc_major == 3 && sbc_minor == 1) |
sbc_major | 1537 | drivers/sound/sb_dsp.c | if (sbc_major >= 3) |
sbc_major | 1542 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "SoundMan Wave %d.%d", sbc_major, sbc_minor); |
sbc_major | 1544 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "MV Jazz16 %d.%d", sbc_major, sbc_minor); |
sbc_major | 1551 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "Sound Galaxy NX Pro %d.%d", sbc_major, sbc_minor); |
sbc_major | 1556 | drivers/sound/sb_dsp.c | if (sbc_major == 4) |
sbc_major | 1558 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "SoundBlaster 16 %d.%d", sbc_major, sbc_minor); |
sbc_major | 1576 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "SoundBlaster Pro %d.%d", sbc_major, sbc_minor); |
sbc_major | 1581 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "SoundBlaster %d.%d", sbc_major, sbc_minor); |
sbc_major | 1586 | drivers/sound/sb_dsp.c | if (sbc_major >= 3) |
sbc_major | 1587 | drivers/sound/sb_dsp.c | mixer_type = sb_mixer_init (sbc_major); |
sbc_major | 1614 | drivers/sound/sb_dsp.c | sb_midi_init (sbc_major); |
sbc_major | 118 | drivers/sound/sb_mixer.c | extern int sbc_major; |
sbc_major | 169 | drivers/sound/sb_mixer.c | if (sbc_major == 3) |