tag | line | file | source code |
sbc_major | 470 | drivers/sound/sb16_dsp.c | extern int sbc_major, sbc_minor; |
sbc_major | 472 | 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 | 498 | drivers/sound/sb16_dsp.c | extern int sbc_major; |
sbc_major | 516 | drivers/sound/sb16_dsp.c | if (sbc_major < 4) /* Set by the plain SB driver */ |
sbc_major | 285 | drivers/sound/sb16_midi.c | extern int sbc_major; |
sbc_major | 287 | drivers/sound/sb16_midi.c | if (sbc_major < 4) |
sbc_major | 61 | drivers/sound/sb_dsp.c | int sbc_major = 1, sbc_minor = 0; /* |
sbc_major | 288 | drivers/sound/sb_dsp.c | if (sbc_major < 2 || |
sbc_major | 289 | drivers/sound/sb_dsp.c | (sbc_major == 2 && sbc_minor == 0)) |
sbc_major | 296 | drivers/sound/sb_dsp.c | if (sbc_major < 3) /* Limited input speed with these cards */ |
sbc_major | 297 | drivers/sound/sb_dsp.c | if (sbc_major == 2 && sbc_minor > 0) |
sbc_major | 377 | drivers/sound/sb_dsp.c | if (sbc_major < 3 || sb16) |
sbc_major | 510 | drivers/sound/sb_dsp.c | if (sbc_major == 3) /* |
sbc_major | 534 | drivers/sound/sb_dsp.c | if (sbc_major == 3) /* |
sbc_major | 765 | drivers/sound/sb_dsp.c | sbc_major = sbc_minor = 0; |
sbc_major | 776 | drivers/sound/sb_dsp.c | if (sbc_major == 0) |
sbc_major | 777 | drivers/sound/sb_dsp.c | sbc_major = INB (DSP_READ); |
sbc_major | 786 | drivers/sound/sb_dsp.c | if (sbc_major == 2 || sbc_major == 3) |
sbc_major | 789 | drivers/sound/sb_dsp.c | if (sbc_major == 4) |
sbc_major | 793 | drivers/sound/sb_dsp.c | if (sbc_major >= 3) |
sbc_major | 794 | drivers/sound/sb_dsp.c | mixer_type = sb_mixer_init (sbc_major); |
sbc_major | 799 | drivers/sound/sb_dsp.c | if (sbc_major > 3 || |
sbc_major | 800 | drivers/sound/sb_dsp.c | (sbc_major == 3 && INB (0x388) == 0x00)) /* Should be 0x06 if not OPL-3 */ |
sbc_major | 804 | drivers/sound/sb_dsp.c | if (sbc_major >= 3) |
sbc_major | 810 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "Sound Galaxy NX Pro %d.%d", sbc_major, sbc_minor); |
sbc_major | 815 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "SoundBlaster Pro %d.%d", sbc_major, sbc_minor); |
sbc_major | 822 | drivers/sound/sb_dsp.c | sprintf (sb_dsp_operations.name, "SoundBlaster %d.%d", sbc_major, sbc_minor); |
sbc_major | 850 | drivers/sound/sb_dsp.c | sb_midi_init (sbc_major); |