taglinefilesource code
sb_dsp_operations1246drivers/sound/sb_dsp.cstatic struct audio_operations sb_dsp_operations =
sb_dsp_operations1527drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "SoundMan Wave %d.%d", sbc_major, sbc_minor);
sb_dsp_operations1529drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "MV Jazz16 %d.%d", sbc_major, sbc_minor);
sb_dsp_operations1530drivers/sound/sb_dsp.csb_dsp_operations.format_mask |= AFMT_S16_LE;    /* Hurrah, 16 bits          */
sb_dsp_operations1536drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "Sound Galaxy NX Pro %d.%d", sbc_major, sbc_minor);
sb_dsp_operations1543drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "SoundBlaster 16 %d.%d", sbc_major, sbc_minor);
sb_dsp_operations1548drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "ESS ES488 AudioDrive (rev %d)",
sb_dsp_operations1552drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name,
sb_dsp_operations1555drivers/sound/sb_dsp.csb_dsp_operations.format_mask |= AFMT_S16_LE;
sb_dsp_operations1561drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "SoundBlaster Pro %d.%d", sbc_major, sbc_minor);
sb_dsp_operations1566drivers/sound/sb_dsp.csprintf (sb_dsp_operations.name, "SoundBlaster %d.%d", sbc_major, sbc_minor);
sb_dsp_operations1569drivers/sound/sb_dsp.cconf_printf (sb_dsp_operations.name, hw_config);
sb_dsp_operations1577drivers/sound/sb_dsp.caudio_devs[my_dev = num_audiodevs++] = &sb_dsp_operations;