Home
last modified time | relevance | path

Searched refs:pitch_max (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
766 pitch_max = (1000 + params->fb_max) * 1000; in u_audio_pitch_info()
771 uinfo->value.integer.max = pitch_max; in u_audio_pitch_info()
794 unsigned int pitch_min, pitch_max; in u_audio_pitch_put() local
798 pitch_max = (1000 + params->fb_max) * 1000; in u_audio_pitch_put()
804 if (val > pitch_max) in u_audio_pitch_put()
805 val = pitch_max; in u_audio_pitch_put()

Completed in 5 milliseconds