taglinefilesource code
sbc_major470drivers/sound/sb16_dsp.cextern int      sbc_major, sbc_minor;
sbc_major472drivers/sound/sb16_dsp.cif (sbc_major < 4)
sbc_major476drivers/sound/sb16_dsp.csprintf (sb16_dsp_operations.name, "SoundBlaster 16 %d.%d", sbc_major, sbc_minor);
sbc_major498drivers/sound/sb16_dsp.cextern int      sbc_major;
sbc_major516drivers/sound/sb16_dsp.cif (sbc_major < 4)    /* Set by the plain SB driver */
sbc_major285drivers/sound/sb16_midi.cextern int      sbc_major;
sbc_major287drivers/sound/sb16_midi.cif (sbc_major < 4)
sbc_major61drivers/sound/sb_dsp.cint             sbc_major = 1, sbc_minor = 0;  /*
sbc_major288drivers/sound/sb_dsp.cif (sbc_major < 2 ||
sbc_major289drivers/sound/sb_dsp.c(sbc_major == 2 && sbc_minor == 0))
sbc_major296drivers/sound/sb_dsp.cif (sbc_major < 3)    /* Limited input speed with these cards */
sbc_major297drivers/sound/sb_dsp.cif (sbc_major == 2 && sbc_minor > 0)
sbc_major377drivers/sound/sb_dsp.cif (sbc_major < 3 || sb16)
sbc_major510drivers/sound/sb_dsp.cif (sbc_major == 3)    /*
sbc_major534drivers/sound/sb_dsp.cif (sbc_major == 3)    /*
sbc_major765drivers/sound/sb_dsp.csbc_major = sbc_minor = 0;
sbc_major776drivers/sound/sb_dsp.cif (sbc_major == 0)
sbc_major777drivers/sound/sb_dsp.csbc_major = INB (DSP_READ);
sbc_major786drivers/sound/sb_dsp.cif (sbc_major == 2 || sbc_major == 3)
sbc_major789drivers/sound/sb_dsp.cif (sbc_major == 4)
sbc_major793drivers/sound/sb_dsp.cif (sbc_major >= 3)
sbc_major794drivers/sound/sb_dsp.cmixer_type = sb_mixer_init (sbc_major);
sbc_major799drivers/sound/sb_dsp.cif (sbc_major > 3 ||
sbc_major800drivers/sound/sb_dsp.c(sbc_major == 3 && INB (0x388) == 0x00))  /* Should be 0x06 if not OPL-3 */
sbc_major804drivers/sound/sb_dsp.cif (sbc_major >= 3)
sbc_major810drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "Sound Galaxy NX Pro %d.%d", sbc_major, sbc_minor);
sbc_major815drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "SoundBlaster Pro %d.%d", sbc_major, sbc_minor);
sbc_major822drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "SoundBlaster %d.%d", sbc_major, sbc_minor);
sbc_major850drivers/sound/sb_dsp.csb_midi_init (sbc_major);