Searched refs:profile_is_channel_count_valid (Results 1 – 3 of 3) sorted by relevance
87 bool profile_is_channel_count_valid(const alsa_device_profile* profile, unsigned count);
83 if (config->channels != 0 && profile_is_channel_count_valid(profile, config->channels)) { in proxy_prepare()
224 bool profile_is_channel_count_valid(const alsa_device_profile* profile, unsigned count) in profile_is_channel_count_valid() function