Home
last modified time | relevance | path

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

/system/media/alsa_utils/include/
Dalsa_device_profile.h57 unsigned min_channel_count; member
/system/media/alsa_utils/
Dalsa_device_profile.c71 profile->min_channel_count = profile->max_channel_count = DEFAULT_CHANNEL_COUNT; in profile_reset()
198 return count >= profile->min_channel_count && count <= profile->max_channel_count; in profile_is_channel_count_valid()
324 profile->min_channel_count = pcm_params_get_min(alsa_hw_params, PCM_PARAM_CHANNELS); in read_alsa_device_config()