Searched refs:profile_is_sample_rate_valid (Results 1 – 3 of 3) sorted by relevance
78 bool profile_is_sample_rate_valid(const alsa_device_profile* profile, unsigned rate);
71 if (config->rate != 0 && profile_is_sample_rate_valid(profile, config->rate)) { in proxy_prepare()
158 bool profile_is_sample_rate_valid(const alsa_device_profile* profile, unsigned rate) in profile_is_sample_rate_valid() function