taglinefilesource code
dsp_current_speed48drivers/sound/sb16_dsp.cstatic int      dsp_current_speed = 8000;  /*DSP_DEFAULT_SPEED; */
dsp_current_speed185drivers/sound/sb16_dsp.cdsp_current_speed = mode;
dsp_current_speed232drivers/sound/sb16_dsp.creturn dsp_current_speed;
dsp_current_speed233drivers/sound/sb16_dsp.creturn IOCTL_OUT (arg, dsp_current_speed);
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_speed432drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) ((dsp_current_speed >> 8) & 0xff));
dsp_current_speed433drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) (dsp_current_speed & 0xff));
dsp_current_speed60drivers/sound/sb_dsp.cstatic int      dsp_current_speed = DSP_DEFAULT_SPEED;
dsp_current_speed319drivers/sound/sb_dsp.cdsp_current_speed = speed;
dsp_current_speed455drivers/sound/sb_dsp.cdsp_speed (dsp_current_speed);  /* Speed must be recalculated if #channels
dsp_current_speed471drivers/sound/sb_dsp.cdsp_speed (dsp_current_speed);  /* Speed must be recalculated if #channels
dsp_current_speed587drivers/sound/sb_dsp.creturn dsp_current_speed;
dsp_current_speed588drivers/sound/sb_dsp.creturn IOCTL_OUT (arg, dsp_current_speed);
dsp_current_speed636drivers/sound/sb_dsp.cdsp_speed (dsp_current_speed);