taglinefilesource code
sb_dsp_operations1090drivers/sound/sb_dsp.cstatic struct audio_operations sb_dsp_operations =
sb_dsp_operations1213drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "SoundMan Wave %d.%d", sbc_major, sbc_minor);
sb_dsp_operations1215drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "MV Jazz16 %d.%d", sbc_major, sbc_minor);
sb_dsp_operations1216drivers/sound/sb_dsp.csb_dsp_operations.format_mask |= AFMT_S16_LE;    /* Hurrah, 16 bits          */
sb_dsp_operations1222drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "Sound Galaxy NX Pro %d.%d", sbc_major, sbc_minor);
sb_dsp_operations1229drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "SoundBlaster 16 %d.%d", sbc_major, sbc_minor);
sb_dsp_operations1233drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "SoundBlaster Pro %d.%d", sbc_major, sbc_minor);
sb_dsp_operations1238drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "SoundBlaster %d.%d", sbc_major, sbc_minor);
sb_dsp_operations1241drivers/sound/sb_dsp.cprintk (" <%s>", sb_dsp_operations.name);
sb_dsp_operations1250drivers/sound/sb_dsp.caudio_devs[my_dev = num_audiodevs++] = &sb_dsp_operations;