Home
last modified time | relevance | path

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

/system/media/alsa_utils/
Dalsa_device_profile.c620 for (int cntIndex = 0; in profile_dump() local
621 profile->channel_counts[cntIndex] != 0 && cntIndex < MAX_PROFILE_CHANNEL_COUNTS; in profile_dump()
622 cntIndex++) { in profile_dump()
623 dprintf(fd, "%u ", profile->channel_counts[cntIndex]); in profile_dump()