Home
last modified time | relevance | path

Searched refs:max_channel_count (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/media/alsa_utils/
H A Dalsa_device_profile.c71 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()
/aosp12/system/media/alsa_utils/include/
H A Dalsa_device_profile.h60 unsigned max_channel_count; member
/aosp12/hardware/qcom/audio/hal/
H A Daudio_hw.c2672 int max_channel_count = is_usb_hifi ? MAX_HIFI_CHANNEL_COUNT : MAX_CHANNEL_COUNT; in check_input_parameters() local
2673 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()