tag | line | file | source code |
sbc_major | 43 | drivers/sound/sb16_dsp.c | extern int sbc_base, sbc_minor, sbc_major; |
sbc_major | 527 | drivers/sound/sb16_dsp.c | if (sbc_major < 4) |
sbc_major | 531 | drivers/sound/sb16_dsp.c | sprintf (sb16_dsp_operations.name, "SoundBlaster 16 %d.%d", sbc_major, sbc_minor); |
sbc_major | 61 | drivers/sound/sb16_midi.c | extern int sbc_major; |
sbc_major | 269 | drivers/sound/sb16_midi.c | if (sbc_major < 4) |
sbc_major | 57 | drivers/sound/sb_dsp.c | int sbc_major = 1; |
sbc_major | 252 | drivers/sound/sb_dsp.c | if (sbc_major < 2 || |
sbc_major | 253 | drivers/sound/sb_dsp.c | (sbc_major == 2 && sbc_minor == 0)) |
sbc_major | 260 | drivers/sound/sb_dsp.c | if (sbc_major < 3) /* Limited input speed with these cards */ |
sbc_major | 261 | drivers/sound/sb_dsp.c | if (sbc_major == 2 && sbc_minor > 0) |
sbc_major | 331 | drivers/sound/sb_dsp.c | if (sbc_major < 3 || sb16) |
sbc_major | 448 | drivers/sound/sb_dsp.c | if (sbc_major == 3) /* SB Pro */ |
sbc_major | 468 | drivers/sound/sb_dsp.c | if (sbc_major == 3) /* SB Pro */ |
sbc_major | 685 | drivers/sound/sb_dsp.c | sbc_major = sbc_minor = 0; |
sbc_major | 692 | drivers/sound/sb_dsp.c | if (sbc_major == 0) |
sbc_major | 693 | drivers/sound/sb_dsp.c | sbc_major = INB (DSP_READ); |
sbc_major | 702 | drivers/sound/sb_dsp.c | if (sbc_major == 2 || sbc_major == 3) /* SB 2.0 or SB Pro */ |
sbc_major | 705 | drivers/sound/sb_dsp.c | if (sbc_major == 4) |
sbc_major | 709 | drivers/sound/sb_dsp.c | if (sbc_major >= 3 || |
sbc_major | 710 | drivers/sound/sb_dsp.c | (sbc_major == 2 && sbc_minor == 1)) /* Sound Galaxy ??? */ |
sbc_major | 711 | drivers/sound/sb_dsp.c | prostat = sb_mixer_init (sbc_major); |
sbc_major | 715 | drivers/sound/sb_dsp.c | if (sbc_major > 3 || |
sbc_major | 716 | drivers/sound/sb_dsp.c | (sbc_major == 3 && INB (0x388) == 0x00)) /* Non OPL-3 should return 0x06 */ |
sbc_major | 720 | drivers/sound/sb_dsp.c | if (sbc_major >= 3) |
sbc_major | 725 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "Sound Galaxy NX Pro %d.%d", sbc_major, sbc_minor); |
sbc_major | 729 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "SoundBlaster Pro %d.%d", sbc_major, sbc_minor); |
sbc_major | 736 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "SoundBlaster %d.%d", sbc_major, sbc_minor); |
sbc_major | 761 | drivers/sound/sb_dsp.c | sb_midi_init (sbc_major); |