Home
last modified time | relevance | path

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

/hardware/libhardware/modules/usbaudio/
Dalsa_device_profile.c289 unsigned num_counts = 0; in profile_enum_channel_counts() local
294 num_counts < ARRAY_SIZE(profile->channel_counts) - 1; in profile_enum_channel_counts()
299 profile->channel_counts[num_counts++] = channel_counts[index]; in profile_enum_channel_counts()
303 return num_counts; /* return # of supported counts */ in profile_enum_channel_counts()