Searched refs:max_channel_count (Results 1 – 2 of 2) sorted by relevance
71 profile->min_channel_count = profile->max_channel_count = DEFAULT_CHANNEL_COUNT; in profile_reset()214 } else if (count > profile->max_channel_count) { in profile_get_closest_channel_count()215 return profile->max_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()354 profile->max_channel_count = pcm_params_get_max(alsa_hw_params, PCM_PARAM_CHANNELS); in read_alsa_device_config()645 profile->min_channel_count, profile->max_channel_count); in profile_dump()
59 unsigned max_channel_count; member