Home
last modified time | relevance | path

Searched refs:min_channel_count (Results 1 – 2 of 2) sorted by relevance

/system/media/alsa_utils/
Dalsa_device_profile.c71 profile->min_channel_count = profile->max_channel_count = DEFAULT_CHANNEL_COUNT; in profile_reset()
212 if (count < profile->min_channel_count) { in profile_get_closest_channel_count()
213 return profile->min_channel_count; in profile_get_closest_channel_count()
227 return count >= profile->min_channel_count && count <= profile->max_channel_count; in profile_is_channel_count_valid()
393 profile->min_channel_count = pcm_params_get_min(alsa_hw_params, PCM_PARAM_CHANNELS); in read_alsa_device_config()
707 profile->min_channel_count, profile->max_channel_count); in profile_dump()
/system/media/alsa_utils/include/
Dalsa_device_profile.h59 unsigned min_channel_count; member