tag | line | file | source code |
dsp_current_speed | 49 | drivers/sound/sb16_dsp.c | static int dsp_current_speed = 8000; |
dsp_current_speed | 118 | drivers/sound/sb16_dsp.c | dsp_current_speed = mode; |
dsp_current_speed | 165 | drivers/sound/sb16_dsp.c | return dsp_current_speed; |
dsp_current_speed | 166 | drivers/sound/sb16_dsp.c | return snd_ioctl_return ((int *) arg, dsp_current_speed); |
dsp_current_speed | 308 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) ((dsp_current_speed >> 8) & 0xff)); |
dsp_current_speed | 309 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) (dsp_current_speed & 0xff)); |
dsp_current_speed | 368 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) ((dsp_current_speed >> 8) & 0xff)); |
dsp_current_speed | 369 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) (dsp_current_speed & 0xff)); |
dsp_current_speed | 76 | drivers/sound/sb_dsp.c | static int dsp_current_speed = DSP_DEFAULT_SPEED; |
dsp_current_speed | 367 | drivers/sound/sb_dsp.c | dsp_current_speed = speed; |
dsp_current_speed | 562 | drivers/sound/sb_dsp.c | dsp_speed (dsp_current_speed); /* |
dsp_current_speed | 596 | drivers/sound/sb_dsp.c | dsp_speed (dsp_current_speed); /* |
dsp_current_speed | 746 | drivers/sound/sb_dsp.c | return dsp_current_speed; |
dsp_current_speed | 747 | drivers/sound/sb_dsp.c | return snd_ioctl_return ((int *) arg, dsp_current_speed); |
dsp_current_speed | 812 | drivers/sound/sb_dsp.c | dsp_speed (dsp_current_speed); |