Searched refs:isOutProfile (Results 1 – 1 of 1) sorted by relevance
461 const bool isOutProfile = profile->direction == PCM_OUT; in profile_get_channel_count_strs() local462 const char * const * const names_array = isOutProfile ? out_chans_strs : in_chans_strs; in profile_get_channel_count_strs()463 const size_t names_size = isOutProfile ? ARRAY_SIZE(out_chans_strs) in profile_get_channel_count_strs()486 if (!stereo_allowed && isOutProfile) { in profile_get_channel_count_strs()