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.c2650 int max_channel_count = is_usb_hifi ? MAX_HIFI_CHANNEL_COUNT : MAX_CHANNEL_COUNT; in check_input_parameters() local
2651 if ((channel_count < MIN_CHANNEL_COUNT) || (channel_count > max_channel_count)) { in check_input_parameters()
2653 channel_count, MIN_CHANNEL_COUNT, max_channel_count); in check_input_parameters()