Home
last modified time | relevance | path

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

/system/media/alsa_utils/include/
Dalsa_device_profile.h85 bool profile_is_channel_count_valid(alsa_device_profile* profile, unsigned count);
/system/media/alsa_utils/
Dalsa_device_proxy.c69 if (config->channels != 0 && profile_is_channel_count_valid(profile, config->channels)) { in proxy_prepare()
Dalsa_device_profile.c210 bool profile_is_channel_count_valid(alsa_device_profile* profile, unsigned count) in profile_is_channel_count_valid() function