Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
A Du_audio.c763 unsigned int pitch_min, pitch_max; in u_audio_pitch_info() local
765 pitch_min = (1000 - FBACK_SLOW_MAX) * 1000; in u_audio_pitch_info()
770 uinfo->value.integer.min = pitch_min; in u_audio_pitch_info()
794 unsigned int pitch_min, pitch_max; in u_audio_pitch_put() local
797 pitch_min = (1000 - FBACK_SLOW_MAX) * 1000; in u_audio_pitch_put()
802 if (val < pitch_min) in u_audio_pitch_put()
803 val = pitch_min; in u_audio_pitch_put()

Completed in 5 milliseconds