taglinefilesource code
sb_dsp_operations734drivers/sound/sb_dsp.cstatic struct audio_operations sb_dsp_operations =
sb_dsp_operations802drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "SoundBlaster Pro %d.%d", sbc_major, sbc_minor);
sb_dsp_operations808drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "SoundBlaster %d.%d", sbc_major, sbc_minor);
sb_dsp_operations812drivers/sound/sb_dsp.cprintk (" <%s>", sb_dsp_operations.name);
sb_dsp_operations822drivers/sound/sb_dsp.caudio_devs[my_dev = num_audiodevs++] = &sb_dsp_operations;