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

/system/media/alsa_utils/include/
H A Dalsa_device_profile.h59 unsigned max_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;
200 } else if (count > profile->max_channel_count) {
201 return profile->max_channel_count;
213 return count >= profile->min_channel_count && count <= profile->max_channel_count;
340 profile->max_channel_count = pcm_params_get_max(alsa_hw_params, PCM_PARAM_CHANNELS);
631 profile->min_channel_count, profile->max_channel_count);

Completed in 136 milliseconds