Home
last modified time | relevance | path

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

/system/media/alsa_utils/
Dalsa_device_profile.c524 static const char * const index_chans_strs[] = { in profile_get_channel_count_strs() local
586 if (buffSize - curStrLen < strlen(index_chans_strs[channel_count]) + 2) { in profile_get_channel_count_strs()
594 curStrLen = strlcat(buffer, index_chans_strs[channel_count], buffSize); in profile_get_channel_count_strs()