Searched refs:is_usb_hifi (Results 1 – 1 of 1) sorted by relevance
2200 int channel_count, bool is_usb_hifi) in check_input_parameters() argument2205 !(is_usb_hifi && (format == AUDIO_FORMAT_PCM_32_BIT))) { in check_input_parameters()2210 int max_channel_count = is_usb_hifi ? MAX_HIFI_CHANNEL_COUNT : MAX_CHANNEL_COUNT; in check_input_parameters()