Searched refs:isOutProfile (Results 1 – 1 of 1) sorted by relevance
592 const bool isOutProfile = profile->direction == PCM_OUT; in profile_get_channel_count_strs() local594 const char * const * const chans_strs = isOutProfile ? out_chans_strs : in_chans_strs; in profile_get_channel_count_strs()596 isOutProfile ? ARRAY_SIZE(out_chans_strs) : ARRAY_SIZE(in_chans_strs); in profile_get_channel_count_strs()