taglinefilesource code
dsp_current_speed49drivers/sound/sb16_dsp.cstatic int      dsp_current_speed = 8000;
dsp_current_speed118drivers/sound/sb16_dsp.cdsp_current_speed = mode;
dsp_current_speed165drivers/sound/sb16_dsp.creturn dsp_current_speed;
dsp_current_speed166drivers/sound/sb16_dsp.creturn snd_ioctl_return ((int *) arg, dsp_current_speed);
dsp_current_speed308drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) ((dsp_current_speed >> 8) & 0xff));
dsp_current_speed309drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) (dsp_current_speed & 0xff));
dsp_current_speed362drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) ((dsp_current_speed >> 8) & 0xff));
dsp_current_speed363drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) (dsp_current_speed & 0xff));
dsp_current_speed77drivers/sound/sb_dsp.cstatic int      dsp_current_speed = DSP_DEFAULT_SPEED;
dsp_current_speed309drivers/sound/sb_dsp.cdsp_current_speed = 795500 / (256 - divider);
dsp_current_speed314drivers/sound/sb_dsp.cdsp_current_speed = 397700 / (128 - divider);
dsp_current_speed328drivers/sound/sb_dsp.creturn dsp_current_speed;
dsp_current_speed432drivers/sound/sb_dsp.cdsp_current_speed = speed;
dsp_current_speed947drivers/sound/sb_dsp.creturn dsp_current_speed;
dsp_current_speed948drivers/sound/sb_dsp.creturn snd_ioctl_return ((int *) arg, dsp_current_speed);
dsp_current_speed1004drivers/sound/sb_dsp.cdsp_speed (dsp_current_speed);