Home
last modified time | relevance | path

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

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