Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
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()