taglinefilesource code
sbc_major43drivers/sound/sb16_dsp.cextern int      sbc_base, sbc_minor, sbc_major;
sbc_major527drivers/sound/sb16_dsp.cif (sbc_major < 4)
sbc_major531drivers/sound/sb16_dsp.csprintf (sb16_dsp_operations.name, "SoundBlaster 16 %d.%d", sbc_major, sbc_minor);
sbc_major61drivers/sound/sb16_midi.cextern int      sbc_major;
sbc_major269drivers/sound/sb16_midi.cif (sbc_major < 4)
sbc_major57drivers/sound/sb_dsp.cint             sbc_major = 1;
sbc_major252drivers/sound/sb_dsp.cif (sbc_major < 2 ||
sbc_major253drivers/sound/sb_dsp.c(sbc_major == 2 && sbc_minor == 0))
sbc_major260drivers/sound/sb_dsp.cif (sbc_major < 3)    /* Limited input speed with these cards */
sbc_major261drivers/sound/sb_dsp.cif (sbc_major == 2 && sbc_minor > 0)
sbc_major331drivers/sound/sb_dsp.cif (sbc_major < 3 || sb16)
sbc_major448drivers/sound/sb_dsp.cif (sbc_major == 3)    /* SB Pro */
sbc_major468drivers/sound/sb_dsp.cif (sbc_major == 3)    /* SB Pro */
sbc_major685drivers/sound/sb_dsp.csbc_major = sbc_minor = 0;
sbc_major692drivers/sound/sb_dsp.cif (sbc_major == 0)
sbc_major693drivers/sound/sb_dsp.csbc_major = INB (DSP_READ);
sbc_major702drivers/sound/sb_dsp.cif (sbc_major == 2 || sbc_major == 3)  /* SB 2.0 or SB Pro */
sbc_major705drivers/sound/sb_dsp.cif (sbc_major == 4)
sbc_major709drivers/sound/sb_dsp.cif (sbc_major >= 3 ||
sbc_major710drivers/sound/sb_dsp.c(sbc_major == 2 && sbc_minor == 1))  /* Sound Galaxy ??? */
sbc_major711drivers/sound/sb_dsp.cprostat = sb_mixer_init (sbc_major);
sbc_major715drivers/sound/sb_dsp.cif (sbc_major > 3 ||
sbc_major716drivers/sound/sb_dsp.c(sbc_major == 3 && INB (0x388) == 0x00))  /* Non OPL-3 should return 0x06 */
sbc_major720drivers/sound/sb_dsp.cif (sbc_major >= 3)
sbc_major725drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "Sound Galaxy NX Pro %d.%d", sbc_major, sbc_minor);
sbc_major729drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "SoundBlaster Pro %d.%d", sbc_major, sbc_minor);
sbc_major736drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "SoundBlaster %d.%d", sbc_major, sbc_minor);
sbc_major761drivers/sound/sb_dsp.csb_midi_init (sbc_major);