Home
last modified time | relevance | path

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

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