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

/system/media/alsa_utils/include/
H A Dalsa_device_profile.h58 unsigned min_channel_count; member in struct:__anon1982
/system/media/alsa_utils/
H A Dalsa_device_profile.c71 profile->min_channel_count = profile->max_channel_count = DEFAULT_CHANNEL_COUNT;
198 if (count < profile->min_channel_count) {
199 return profile->min_channel_count;
213 return count >= profile->min_channel_count && count <= profile->max_channel_count;
339 profile->min_channel_count = pcm_params_get_min(alsa_hw_params, PCM_PARAM_CHANNELS);
631 profile->min_channel_count, profile->max_channel_count);

Completed in 721 milliseconds