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.h87 bool profile_is_channel_count_valid(const alsa_device_profile* profile, unsigned count);
/system/media/alsa_utils/
Dalsa_device_proxy.c83 if (config->channels != 0 && profile_is_channel_count_valid(profile, config->channels)) { in proxy_prepare()
Dalsa_device_profile.c224 bool profile_is_channel_count_valid(const alsa_device_profile* profile, unsigned count) in profile_is_channel_count_valid() function