Searched refs:max_channel_count (Results 1 – 3 of 3) 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()258 config.channels = profile->max_channel_count; in profile_test_sample_rate()394 profile->max_channel_count = pcm_params_get_max(alsa_hw_params, PCM_PARAM_CHANNELS); in read_alsa_device_config()707 profile->min_channel_count, profile->max_channel_count); in profile_dump()
60 unsigned max_channel_count; member
2672 int max_channel_count = is_usb_hifi ? MAX_HIFI_CHANNEL_COUNT : MAX_CHANNEL_COUNT; in check_input_parameters() local2673 if ((channel_count < MIN_CHANNEL_COUNT) || (channel_count > max_channel_count)) { in check_input_parameters()2675 channel_count, MIN_CHANNEL_COUNT, max_channel_count); in check_input_parameters()