taglinefilesource code
sb_dsp_operations738drivers/sound/sb_dsp.cstatic struct audio_operations sb_dsp_operations =
sb_dsp_operations810drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "Sound Galaxy NX Pro %d.%d", sbc_major, sbc_minor);
sb_dsp_operations815drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "SoundBlaster Pro %d.%d", sbc_major, sbc_minor);
sb_dsp_operations822drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "SoundBlaster %d.%d", sbc_major, sbc_minor);
sb_dsp_operations826drivers/sound/sb_dsp.cprintk (" <%s>", sb_dsp_operations.name);
sb_dsp_operations836drivers/sound/sb_dsp.caudio_devs[my_dev = num_audiodevs++] = &sb_dsp_operations;