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