Home
last modified time | relevance | path

Searched refs:max_dsp_speed (Results 1 – 2 of 2) sorted by relevance

/linux/sound/oss/dmasound/
H A Ddmasound.h131 int max_dsp_speed; member
H A Ddmasound_core.c248 if (dmasound.mach.max_dsp_speed && in sound_set_speed()
249 (speed > dmasound.mach.max_dsp_speed)) in sound_set_speed()
250 speed = dmasound.mach.max_dsp_speed ; in sound_set_speed()