taglinefilesource code
dsp_current_speed52drivers/sound/sb16_dsp.cstatic int      dsp_current_speed = 8000;  /*
dsp_current_speed123drivers/sound/sb16_dsp.cdsp_current_speed = mode;
dsp_current_speed170drivers/sound/sb16_dsp.creturn dsp_current_speed;
dsp_current_speed171drivers/sound/sb16_dsp.creturn IOCTL_OUT (arg, dsp_current_speed);
dsp_current_speed316drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) ((dsp_current_speed >> 8) & 0xff));
dsp_current_speed317drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) (dsp_current_speed & 0xff));
dsp_current_speed374drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) ((dsp_current_speed >> 8) & 0xff));
dsp_current_speed375drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) (dsp_current_speed & 0xff));
dsp_current_speed70drivers/sound/sb_dsp.cstatic int      dsp_current_speed = DSP_DEFAULT_SPEED;
dsp_current_speed382drivers/sound/sb_dsp.cdsp_current_speed = speed;
dsp_current_speed548drivers/sound/sb_dsp.cdsp_speed (dsp_current_speed);  /*
dsp_current_speed580drivers/sound/sb_dsp.cdsp_speed (dsp_current_speed);  /*
dsp_current_speed765drivers/sound/sb_dsp.creturn dsp_current_speed;
dsp_current_speed766drivers/sound/sb_dsp.creturn IOCTL_OUT (arg, dsp_current_speed);
dsp_current_speed833drivers/sound/sb_dsp.cdsp_speed (dsp_current_speed);